aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-17 06:32:12 +0000
committerLev Walkin <vlm@lionet.info>2004-09-17 06:32:12 +0000
commit8dd0eedc2d59a465622bf7412a9737269a846a06 (patch)
treefbbd26e445d6b7f7c927ef21cb207c224057da80 /ChangeLog
parentf6ac3c8b54ea5015c744fe44b47dfb06e52daec6 (diff)
better type naming
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48d542d9..e66d7cc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
* Improved DEFAULT Value parsing and pretty-printing.
* Condition on distinct tags checker was incorrectly dealing with
tagged CHOICE types. Fixed. Modified tests/37-indirect-choice-OK.asn1
+ * Improved type name generation code ("struct foo" vs "foo_t").
* Fixed constraint checking code incorrectly dealing with imported
types with constraint values defined in other modules.
* Real REAL support! (Haven't tested denormals support yet!)