fixed REAL pretty-printing

diff --git a/ChangeLog b/ChangeLog
index c9fe811..e13b149 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-0.9.6:	2004-Sep-26
+0.9.6:	2004-Sep-27
 
 	* Implemented BASIC-XER encoding support (X.693).
 	* Implemented unber(1) and enber(1) for BER<->XML translation.
@@ -14,6 +14,7 @@
 	  types (BOOLEAN, INTEGER, and REAL). The problem occured when the
 	  encoding of such type is split between several bytes.
 	  (Severity: high, Security impact: low)
+	* Fixed pretty-printing of the REAL type. Added lots of test cases.
 	* Updated documentation.
 
 0.9.5:	2004-Sep-17