X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=06a8dfcaf076f80699b46bcf84f973fa228f50d0;hp=d3d497ec06163515371efa3ed435693a04e62b6f;hb=5248ae9f94d2022596ef8846e0581ea716607a84;hpb=598b5c986330456a7aa91dc0decad372f8933ca7 diff --git a/ChangeLog b/ChangeLog index d3d497e..06a8dfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ +7 Jun 2004 Marcus Pearce + * sql/package.lisp: remove duplicate export of + *CACHE-TABLE-QUERIES-DEFAULT*. + * doc/ref-*.xml, doc/global-index.xml: new files documenting + the CommonSQL compatible api. + * tests/test-fdml.lisp: modified the test :fdml/transaction/3 to + reflect changes in return values of WITH-TRANSACTION. + 04 Jun 2004 Kevin Rosenberg * tests/README: Fix filename [reported by Bill Clementson] + * sql/transactions.lisp: Apply return value patch from + Edi Weitz for WITH-TRANSACTION + * tests/README: Remove ptester package requirement (as noted + by Bill Clementson) 03 Jun 2004 Kevin Rosenberg * Version 2.11.5 released