diff --git a/HISTORY b/HISTORY
index f24d1637515665680ea8a784e895732500e5449a..e3155d25a8fd460055ab29bf41b7d78f29a0d2ff 100644
--- a/HISTORY
+++ b/HISTORY
@@ -99,7 +99,31 @@ Fix to allow SELECT 'a' LIKE 'a' (Tom)
 Fix for SELECT 1 + NULL (Tom)
 Fixes to CHAR
 Fix log() on numeric type (Tom)
-Remove ':' and ';' operators
+Depricate ':' and ';' operators
+Add TRUNCATE command to quickly truncate relation (Mike Mascari)
+Fix for views with tables/columns containing spaces  (Tom)
+Prevent permissions on indexes (Peter E)
+Fix for spinlock stuck problem when error is generated (Hiroshi)
+Fix ipcclean on Linux
+Fix handling of NULL constraint conditions (Tom)
+Fix memory leak in odbc driver (Nick Gorham)
+Fix for permission check on UNION tables (Tom)
+Fix to allow SELECT 'a' LIKE 'a' (Tom)
+Fix for SELECT 1 + NULL (Tom)
+Fixes to CHAR
+Fix log() on numeriRemove ':' and ';' operators
+Add TRUNCATE command to quickly truncate relation (Mike Mascari)
+Fix for views with tables/columns containing spaces  (Tom)
+Prevent permissions on indexes (Peter E)
+Fix for spinlock stuck problem when error is generated (Hiroshi)
+Fix ipcclean on Linux
+Fix handling of NULL constraint conditions (Tom)
+Fix memory leak in odbc driver (Nick Gorham)
+Fix for permission check on UNION tables (Tom)
+Fix to allow SELECT 'a' LIKE 'a' (Tom)
+Fix for SELECT 1 + NULL (Tom)
+Fixes to CHAR
+Fix log() on numeriRemove ':' and ';' operators
 
 Enhancements
 ------------
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 3389f97219bb3f9b6ecad78dad37dc70ce8e4d83..094b9befe94e7978bf7fc3b5b593b0fd92dabdf5 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -158,7 +158,7 @@ Fix to allow SELECT 'a' LIKE 'a' (Tom)
 Fix for SELECT 1 + NULL (Tom)
 Fixes to CHAR
 Fix log() on numeric type (Tom)
-Remove ':' and ';' operators
+Deprecate ':' and ';' operators
 
 Enhancements
 ------------