aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-21 13:00:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-21 13:00:34 +0200
commitd001ec3018787138c2db6c5f6949a00807582774 (patch)
tree8c4c53676ea98536e4f5ba074688d98f133f9eb7 /NEWS
parent7fddedc22a6c972306732626eda9f3cd0c6993f5 (diff)
Rework const object handling
Now objects are always loaded as non-const and the object cache in session treats all objects as non-const.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d997127..0effbe2 100644
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,11 @@ Version 1.6.0
For more information, refer to Section 11.2, "MySQL Database Class" in
the ODB manual.
+ * Object cache maintained by a session nor longer distinguishes between
+ const and non-const objects. Instead, const objects are treated as
+ non-const by casting away constness. For more information on this new
+ behavior, refer to Section 9.1, "Object Cache" in the ODB manual.
+
Version 1.5.0
* Support for the PostgreSQL database. The provided connection factories