From 7feb2014005750c6fe4ef7b76740663c2259d3a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Jan 2013 08:51:29 +0200 Subject: Document custom session support --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f031e80..93124b2 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,9 @@ Version 2.2.0 information, refer to Section 13.1, "Transaction Callbacks" in the ODB manual. + * Support for custom session implementations. For more information, refer + to Section 10.2, "Custom Session" in the ODB manual. + * Support for early connection release. Now the database connection is released when commit()/rollback() is called rather than when the transaction instance goes out of scope. -- cgit v1.1