SVN: ZODB/trunk/src/CHANGES.txt Typo.
Tres Seaver <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 112281: Typo. Changed: U ZODB/trunk/src/CHANGES.txt -=- Modified: ZODB/trunk/src/CHANGES.txt =================================================================== --- ZODB/trunk/src/CHANGES.txt 2010-05-13 15:21:23 UTC (rev 112280) +++ ZODB/trunk/src/CHANGES.txt 2010-05-13 15:35:30 UTC (rev 112281) @@ -150,7 +150,7 @@ Bugs Fixed ---------- -- Object state management wasn't dome correctly when classes +- Object state management wasn't done correctly when classes implemented custom _p_deavtivate methods. (https://bugs.launchpad.net/zodb/+bug/185066)