Zserio v2.4.1
The main goal of this minor release is to improve packed arrays feature by automatic comparison of packed and unpacked array sizes. If packed array size is bigger, packed array will be left unpacked.
The release contains as well minor change in C++ generator not to generate field constructor for structures as explicit if it's not necessary.
Fixes
#331 - Unknown documentation see tag in template can cause compilation failure
New Features
#344 - Leave packed arrays unpacked if packed array size is bigger
Improvements
#337 - Add non-explicit default constructor to emitted c++ API (regression)