compiler directives support; TMF 040-1 compatible


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@982 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index c092714..4c9cef7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
 
-0.9.19:	2005-Aug-18
+0.9.19:	2005-Sep-04
 
 	* A proper solution to circular references. No kludge flags
 	  should be necessary anymore to produce reference-free code:
 	  recursive dependencies are resolved automatically.
 	* Test cases 73 & 92 keep track of various circular references.
-	* Introduced asn1c-specific modifier to allow finer control over the
-	  generated code ("<asn1c:pointer>" in comments), (Test case 93).
+	* Introduced compiler directives to allow finer control over the
+	  generated code ("--<ASN1C...>--" in comments), (Test case 93).
 
 0.9.18:	2005-Aug-14