From a2a20810bf98568cc7196119feeecaf1468c9133 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Oct 2012 10:21:40 +0200 Subject: Update NEWS file --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 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 -- cgit v1.1