aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e863ffe..3ad3c8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
Version 2.2.0
+ * Static multi-database support. It allows an application to simultaneously
+ work with multiple database systems using their static interfaces (i.e.,
+ odb::<database>::database instead of odb::database).
+
* Support for prepared queries. Prepared queries are a thin wrapper around
the underlying database system's prepared statements functionality. They
provide a way to perform potentially expensive query preparations tasks