better type naming


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@351 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 48d542d..e66d7cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
 	* Improved DEFAULT Value parsing and pretty-printing.
 	* Condition on distinct tags checker was incorrectly dealing with
 	  tagged CHOICE types. Fixed. Modified tests/37-indirect-choice-OK.asn1
+	* Improved type name generation code ("struct foo" vs "foo_t").
 	* Fixed constraint checking code incorrectly dealing with imported
 	  types with constraint values defined in other modules.
 	* Real REAL support! (Haven't tested denormals support yet!)