aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-03-14 17:35:53 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-03-14 17:43:17 +0200
commitc26132d22ff37b2ca8d76a0ba4cb1fe9904d7f93 (patch)
tree2f0cbdcf7a11138beb0cd31ea815885602257ae1 /NEWS
parent32d223376f5d3e42403493715922ec27cae7d9ad (diff)
Update NEWS to reflect boost profile additions
Insert boost profile chapter into manual TOC
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b75360..533c2e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
Version 1.2.0
+ * New profile, boost, provides support for Boost library types. This version
+ provides support for a subset of types from the 'smart_ptr', 'unordered',
+ and 'date_time' libraries. The boost profile implementation is provided by
+ the libodb-boost library. For more information refer to Chapter 12, "Boost
+ Profile" in the ODB manual as well as the 'boost' example in the
+ odb-examples package.
+
* New namespace, odb::core, contains using-declarations for the core ODB
constructs, such as the database, transaction, etc. The primary use of
this namespace is in the using-directives: