aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b38239e..5396abb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.4.0
+
+ * New pragma, on_delete, allows the specification of an on-delete semantics
+ (translated to the ON DELETE SQL clause) for an object pointer. For more
+ information, refer to Section 14.4.15, "on_delete" in the ODB manual.
+
Version 2.3.0
* Support for database schema evolution, including schema migration, data