aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:14:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:14:47 +0200
commit4e53aa8cf928a078cccc9d08764735fd9c636b25 (patch)
treef14c7e6fbe8e7a64f1d1ebdecd87874ac6f2829a /NEWS
parentf5e457f5dee11cbd20fc3557f79d6e1f235fb89f (diff)
Add support for persisting std::deque
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 896c161..497150b 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,8 @@ Version 2.4.0
equivalent for database systems that support it). For details, refer to
Section 10.5, "View Query Conditions" in the ODB manual.
+ * Support for persisting std::deque containers.
+
* Besides odb::stderr_tracer there is now odb::stderr_full_tracer that
traces statement preparations and deallocations in addition to their
executions. This new implementation can be useful when you want to