aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-05 11:59:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-05 11:59:26 +0200
commit6c0d1e2ad8e86cb4c728ae6462b10ef7a06ee5c6 (patch)
tree49bf80edfbfa51f73bf62bd1510f556b7ec8bffe /NEWS
parent99dee2773fa604b9552cde1a08f76050c0d04976 (diff)
Support for Boost uuid persistence
New Boost sub-profile: uuid. New test: boost/common/uuid. Updated the boost example to use uuid as an object id.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85f8648..6f06c79 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,11 @@ Version 2.1.0
Index container (boost::multi_index_container). For more information,
refer to Section 19.3, "Multi-Index Container Library" in the ODB manual.
+ * The Boost profile now provides persistence support for the Boost uuid type
+ (boost::uuids::uuid). For more information, refer to Section 19.6, "Uuid
+ Library" in the ODB manual as well as the 'boost' example in the
+ odb-examples package.
+
* New pragma, definition, allows the specification of an alternative code
generation location for persistent classes, views, and composite value
types. This mechanism is primarily useful for converting third-party