From 34cf74d6813c7113a1833371510cea6be22808cc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Oct 2011 15:19:14 +0200 Subject: News entry for readonly members, objects, and values --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') 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- -- cgit v1.1