aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-07 18:21:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-07 18:21:39 +0200
commitb1020d6a60050bd0e84f32a79739f0bf16935a51 (patch)
tree96b4717f2cf67127e3696288ec2609ca9668e715 /NEWS
parent1171fb0f0f85d3d8fea40dc182fda61ea0f51504 (diff)
Add support for persistent classes without default ctors
New test: common/ctor.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d59d7cb..af640dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 1.1.0
+
+ * Add support for persistent classes without default constructors. For
+ objects of such classes only the load() and find() database functions
+ that populate an existing instance can be used. Similarly, only the
+ load() query result iterator function which populates an existing
+ instance can be used.
+
Version 1.0.0
* Initial release.