summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.