SET mandatory map generation


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@985 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 540af62..684b0ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-0.9.19:	2005-Sep-04
+0.9.19:	2005-Oct-05
 
 	* A proper solution to circular references. No kludge flags
 	  should be necessary anymore to produce reference-free code:
@@ -8,6 +8,8 @@
 	* Introduced compiler directives to allow finer control over the
 	  generated code ("--<ASN1C...>--" in comments), (Test case 93).
 	* New feature for unber(1): -s <skip> bytes.
+	* Mandatory elements map for SET was not getting generated properly.
+	  (Test case 94) (Severity: high; Security impact: low)
 
 0.9.18:	2005-Aug-14