aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-15 12:01:04 +0000
committerLev Walkin <vlm@lionet.info>2004-09-15 12:01:04 +0000
commitf6ac3c8b54ea5015c744fe44b47dfb06e52daec6 (patch)
treed092b976d92b9fc080b0a97467a201f97a95278d /ChangeLog
parent9c974183f7414934d21da76b504e41af040ab373 (diff)
DEFAULT Value parsing and pretty-printing. constraints and tags checking/fixing code fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e101272a..48d542d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
* Added converters between any generic type and the ANY type.
* Parser fixed: Information Object Class fields may be taged.
* Parser fixed: tagged types inside SEQUENCE OF/SET OF support.
+ * 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
+ * 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!)
See skeletons/tests/check-REAL.c