From bc41469ad35c0c0be8729f7323420187c1a31364 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jun 2012 16:20:04 +0200 Subject: Add argument to session ctor that indicates whether to make it current --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index acd5bf8..9a41e2f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Version 2.1.0 + + * The session constructor now accepts an options bool argument (true by + default) which indicates whether to make this session current for this + thread. For more information, refer to Chapter 10, "Session" in the ODB + manual. + Version 2.0.0 * Support for C++11. The newly supported C++11 standard library components -- cgit v1.1