SVN: ZODB/trunk/src/CHANGES.txt Changed the behavior for closing changes when changes weren't passed
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100710191224.2F4CC941B8__14958.7442087524$1278789150$gmane$org@cvs.zope.org> |
Log message for revision 114543: Changed the behavior for closing changes when changes weren't passed in. When no changes are passed to the constructor, then they are closed when the storage is closed. Changed: U ZODB/trunk/src/CHANGES.txt -=- Modified: ZODB/trunk/src/CHANGES.txt =================================================================== --- ZODB/trunk/src/CHANGES.txt 2010-07-10 19:10:56 UTC (rev 114542) +++ ZODB/trunk/src/CHANGES.txt 2010-07-10 19:12:23 UTC (rev 114543) @@ -2,6 +2,15 @@ Change History ================ +3.10.0b2 (2010-07-??) +===================== + +Bugs fixed +---------- + +- DemoStorages didn't close their changes databases when they were + created temporarily (not passed to the constructor). + 3.10.0b1 (2010-05-18) =====================