From b1020d6a60050bd0e84f32a79739f0bf16935a51 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Oct 2010 18:21:39 +0200 Subject: Add support for persistent classes without default ctors New test: common/ctor. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1