- Add Asn1Real_Equal function in the C backend to align with Ada
- Fix the -ig output for C code (generate #define instead of "const" in C).
- Bugfix on the command line with parameter ordering
- Bugfix: missing include in Ada generated code
- Bugfix in OCTET STRING (CONTAINING Other-Type)
- Use "long" for the .exist field (for optional fields) in C to align with Ada
- Fix cppcheck findings
- Detect inconsistencies in WITH COMPONENTS subtypes
- Support IA5String values according to the standard
- Generate const globals with -ig for type initialization
- Improve stack usage for Ada initialization functions
- Removed the pragma Export in the Ada backend when using ASN.1 constants
- Minor bugfixes and improvements of the custom Stg backends
- New rename policy option
- New VDM backend
- Added error message for unsupported string and UTCTime types
- Various minor bugfixes
- Improvements of ICD backend for ACN
- Minor API change in ICD backends - templates now contain code to customize the formatted output of the grammar.
- When adding fields to a SEQUENCE in an ACN model, the comments are now propagated to the ICD backends.
- Various minor bugfixes, in particular related to the handling of cyclic dependencies
- Change in the API of the ICD backends: the comments are not only sent as a string but also as a list, allowing to extract the first line
- Added a Latex template for ICDs (in contrib) / Experimental