fixed explicitly tagged ANY type handling


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@497 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 37bae2f..dc3f32e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-0.9.7:	2004-Oct-04
+0.9.7:	2004-Oct-11
 
 	* Finished CANONICAL-XER implementation by adding SET and SET OF
 	  canonical ordering support.
@@ -10,6 +10,8 @@
 	* Fixed SEQUENCE dealing with premature termination of the
 	  optionals-laden indefinite length structure. The code was previously
 	  refusing to parse such structures.
+	* Fixed explicitly tagged ANY type encoding and decoding
+	  (Severity: medium, Secruity impact: low).
 	* Fixed CHOICE code spin when indefinite length structures appear
 	  in the extensions (Severity: medium, Security impact: medium).
 	  Reported by <siden@ul-gsm.ru>.