REAL support


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@321 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 3867e96..e101272 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-0.9.5:	2004-Sep-13
+0.9.5:	2004-Sep-14
 
 	* Fixed CER (common BER) decoder code. See check-25.c/VisibleString
 	  case for details. X.690 specifies that inner structures in BER
@@ -10,6 +10,8 @@
 	* Added converters between any generic type and the ANY type.
 	* Parser fixed: Information Object Class fields may be taged.
 	* Parser fixed: tagged types inside SEQUENCE OF/SET OF support.
+	* Real REAL support! (Haven't tested denormals support yet!)
+	  See skeletons/tests/check-REAL.c
 
 0.9.4:	2004-Sep-10