DEFAULT Value parsing and pretty-printing. constraints and tags checking/fixing code fixes


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@350 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index e101272..48d542d 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