aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-20 08:51:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-20 08:51:29 +0200
commit7feb2014005750c6fe4ef7b76740663c2259d3a9 (patch)
treeffc121980002aaa8e7f9e877fa6914776f0bf7e0 /NEWS
parent4ac9fb445ba8203f3690dec6199ae5153bad0e14 (diff)
Document custom session support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.