PER support for BMPString and UniversalString


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1273 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 96f13e6..58647a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
 
-0.9.22:	2006-Oct-20
+0.9.22:	2006-Nov-24
 
 	* Added -pdu=all and -pdu=<type> switches to asn1c.
 	* Added PER support for most known-multiplier string types:
-	  IA5String, VisibleString, PrintableString;
+	  IA5String, VisibleString, PrintableString, BMPString, UniversalString;
 	  useful types: GeneralizedTime, UTCTime, ObjectDescriptor;
 	  as well as REAL and OBJECT IDENTIFIER.
-	  TODO: SET, UniversalString and BMPString.
+	  TODO: SET type.
 	* Multiple enhancements by Daniele Varrazzo <daniele.varrazzo@gmail.com>
 	* Fixed explicit tagging of an in-lined constructed type.
 	  (Severity: low; Security impact: none).