forked from esa/asn1scc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
33 lines (25 loc) · 918 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Change Log
## 3.2.75
- Removed the pragma Export in the Ada backend when using ASN.1 constants
## 3.2.61
- Minor bugfixes and improvements of the custom Stg backends
- New rename policy option
- New VDM backend
## 3.2.3
- Added error message for unsupported string and UTCTime types
## 3.2.2
- Various minor bugfixes
- Improvements of ICD backend for ACN
## 3.2.0
- Minor API change in ICD backends - templates now contain code to customize
the formatted output of the grammar.
## 3.1.4
- When adding fields to a SEQUENCE in an ACN model, the comments are now
propagated to the ICD backends.
# 3.1.1/2/3
- Various minor bugfixes, in particular related to the handling of cyclic
dependencies
# 3.1.0
- 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