From a482f1c4dd4efab83d3b19309900f1cbf54383a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Oct 2013 07:01:17 +0200 Subject: Automatically map C++11 enum classes (strong enums) --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1