X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=NEWS;h=ce471886c5be449bb18ac37f27d132c95d4334fe;hp=715f93eb5444f7beb5eeb96938ce3164b9155043;hb=5d0dbfd9dd1e08745109a18cce6a04750ffb7477;hpb=44d9a69c322a7b59680b4a291a8fbaaae9b47413 diff --git a/NEWS b/NEWS index 715f93e..ce47188 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,5 @@ -- 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 +CLSQL now supports locking on connection pools. -- Documentation improvements