[Zodb-checkins] SVN: ZODB/trunk/NEWS.txt Added some missing news.
Jim Fulton
jim at zope.com
Sat May 12 10:55:05 EDT 2007
Log message for revision 75705:
Added some missing news.
Changed:
U ZODB/trunk/NEWS.txt
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2007-05-12 14:20:41 UTC (rev 75704)
+++ ZODB/trunk/NEWS.txt 2007-05-12 14:55:04 UTC (rev 75705)
@@ -1,6 +1,15 @@
What's new on ZODB 3.8.0
========================
+General
+-------
+
+- The ZODB Storage APIs have been documented and cleaned up.
+
+- ZODB versions are now officially deprecated and support for them
+ will be removed in ZODB 3.9. (They have been widely recognized as
+ deprecated for quite a while.)
+
ZEO
---
@@ -47,6 +56,9 @@
Clean up weird import dance with ZODB. This is unnecessary since the
transaction module stopped being imported in ZODB/__init__.py in rev 39622.
+- (3.8a1) Support for subtransactions has been removed in favor of
+ save points.
+
Blobs
-----
More information about the Zodb-checkins
mailing list