aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-02 14:31:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-02 14:31:01 +0200
commitb12b8261d50a825deee756b517635053718beb29 (patch)
treed3080b262807a4f17528bef67bcbe5f3b5aa3a8b
parented17172ea74a8beaaaf5f2494bd1fecc81ff6144 (diff)
Update NEWS file with entry for optimistic concurrency
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3e329e..619e4f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Version 1.7.0
+ * Support for optimistic concurrency. For more information refer to the
+ 'optimistic' example in the odb-examples package.
+
* Support for read-only objects, composite value types, and data members.
The new readonly pragma can be used to declare one of these entities as
read-only. Constant data members are automatically treated as read-only.