aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-15 07:01:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-15 07:01:17 +0200
commita482f1c4dd4efab83d3b19309900f1cbf54383a5 (patch)
tree3c1ab27e420cbf760a54a1c4be61bbd0448a4873 /NEWS
parent400d258aab3722be3a4b8548870afad1574f3ad8 (diff)
Automatically map C++11 enum classes (strong enums)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb0a28f..0deac8f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ Version 2.3.0
to Chapter 9, "Sections" in the ODB manual as well as the 'section'
example in the odb-examples package.
+ * Support for automatic mapping of C++11 enum classes in addition to the
+ "old" enums. For more information, refer to the ODB manual "Type Mapping"
+ sections for each database system.
+
* Support for pattern matching (SQL LIKE operator) in the C++-integrated
queries. For more information, refer to Section 4.1, "ODB Query Language"
in the ODB manual.