SVN: ZODB/trunk/ Note split of persistent.
Tres Seaver <[email protected]> Tue, 21 Aug 2012 13:08:46 -0400 (EDT)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20120821170846.451119416F__36627.7885660113$1345568935$gmane$org@cvs.zope.org> |
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