inner structures tagging fix


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@313 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 9725d7f..fc7abe1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
 
+0.9.5:	2004-Sep-13
+
+	* Fixed CER (common BER) decoder code. See check-25.c/VisibleString
+	  case for details. X.690 specifies that inner structures in BER
+	  encoding must be tagged by stripping off the outer tag for each
+	  subsequent containment level. See also X.690: 8.21.5.4 and
+	  the "Spouse" case in A.3.
+	  (Severity: medium, Security impact: low)
+	* Added converters between any generic type and the ANY type.
+
 0.9.4:	2004-Sep-10
 
 	* More support for recursive type definitions.