r3059: *** empty log message ***
[clsql.git] / NEWS
diff --git a/NEWS b/NEWS
index 715f93eb5444f7beb5eeb96938ce3164b9155043..73147ac653281891384c1a1af3e3b56498ad45ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,3 @@
-- Added optional field types specifier for queries to optimize query 
-times, reduce garbage, reduce programmer effort to convert strings to 
-numbers. By directly parsing integers (32 and 64 bits) and floats, the 
-overhead of temporary strings is eliminated. A value of :auto 
-specifies automatic numeric importing for applicable fields. 
+CLSQL now supports SBCL, OpenMCL, and SCL.
 
-- New test suite using XPTest
-
-- Documentation improvements