From f42aee2f498d1a39daf3d0e634a7fae3626d86bc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Oct 2013 05:17:00 +0200 Subject: Document schema evolution support --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 51375ce..eb0a28f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Version 2.3.0 + * Support for database schema evolution, including schema migration, data + migration, and soft model changes. For more information, refer to Chapter + 13, "Database Schema Evolution" in the ODB manual. + * Support for object sections. Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated. For more information, refer -- cgit v1.1