[Zodb-checkins] SVN: ZODB/trunk/ Note split of persistent.
Tres Seaver
cvs-admin at zope.org
Tue Aug 21 17:08:46 UTC 2012
Log message for revision 127545:
Note split of persistent.
Changed:
_U ZODB/trunk/
U ZODB/trunk/src/CHANGES.txt
-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt 2012-08-21 17:07:01 UTC (rev 127544)
+++ ZODB/trunk/src/CHANGES.txt 2012-08-21 17:08:42 UTC (rev 127545)
@@ -8,6 +8,9 @@
New Features
------------
+- The ``persistent`` package is now released as a separate distribution,
+ on which ZODB now depends.
+
- ZODB no longer depends on zope.event. It now uses ZODB.event, which
uses zope.event if it is installed. You can override
ZODB.event.notify to provide your own event handling, although
More information about the Zodb-checkins
mailing list