aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-09 05:17:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-09 05:17:00 +0200
commitf42aee2f498d1a39daf3d0e634a7fae3626d86bc (patch)
treea37023eedde4622eecb04ff592043d3c839b724d /NEWS
parentf9f952782ce9afa6229c4f85a7884d5a59caf441 (diff)
Document schema evolution support
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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