SVN: ZODB/trunk/src/CHANGES.txt typo fix
Baiju M <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100208144441.431009417F__30126.4153481045$1265640519$gmane$org@cvs.zope.org> |
Log message for revision 108875: typo fix Changed: U ZODB/trunk/src/CHANGES.txt -=- Modified: ZODB/trunk/src/CHANGES.txt =================================================================== --- ZODB/trunk/src/CHANGES.txt 2010-02-08 14:00:40 UTC (rev 108874) +++ ZODB/trunk/src/CHANGES.txt 2010-02-08 14:44:40 UTC (rev 108875) @@ -16,7 +16,7 @@ indexes won't be readable by older versions of ZODB. - The API for undoing multiple transactions has changed. To undo - multiple transactions in a single transaction, pass pass a list of + multiple transactions in a single transaction, pass a list of transaction identifiers to a database's undoMultiple method. Calling a database's undo method multiple times in the same transaction now raises an exception.