r9736: fix bug preventing the :DB-CONSTRAINTS View Class slot option accepting a...
[clsql.git] / NEWS
diff --git a/NEWS b/NEWS
index debb2f94098d949161d0dc9e358459d4a2880b10..edc70978ab548db117e53df13561b1914ca4759f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
-Added :types specifier to optimize querys with
-integer (32 and 64 bit) and double field types.
-
+Three new API functions added: create-database, destroy-database,
+and probe-database.
+CLSQL now supports the CommonSQL-API.