aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-20 15:19:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-21 19:25:06 +0200
commit34cf74d6813c7113a1833371510cea6be22808cc (patch)
tree1f79e16f99cf361db658b63fb05ed1b308602d6c /NEWS
parent5c0867663937e5af1ca9eb44a8a2b1dfa3aea49c (diff)
News entry for readonly members, objects, and values
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26f64be..8e835b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 1.7.0
+
+ * 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.
+ For more information, refer to Section 11.1.4 "readonly (object)",
+ Section 11.3.6 "readonly (composite value)", and Section 11.4.10
+ "readonly (data member)" in the ODB manual.
+
Version 1.6.0
* New concept, view, is a C++ class that embodies a light-weight, read-