SVN: ZODB/branches/3.8/NEWS.txt Bugs Fixed:

Jim Fulton <[email protected]> Mon, 20 Sep 2010 15:41:52 -0400 (EDT)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20100920194152.9992380270D__30483.326703734$1285011716$gmane$org@cvs.zope.org>
Log message for revision 116684:
  Bugs Fixed:
  
  - BTree sets and tree sets didn't correctly check values passed to
    update or to constructors, causing Python to exit under certain
    circumstances.
  

Changed:
  U   ZODB/branches/3.8/NEWS.txt

-=-
Modified: ZODB/branches/3.8/NEWS.txt
===================================================================
--- ZODB/branches/3.8/NEWS.txt	2010-09-20 19:40:55 UTC (rev 116683)
+++ ZODB/branches/3.8/NEWS.txt	2010-09-20 19:41:52 UTC (rev 116684)
@@ -2,7 +2,7 @@
 Whats new in ZODB 3.8.6 (2010-??-??)
 ====================================
 
-Bug Fixed:
+Bugs Fixed:
 
 - BTree sets and tree sets didn't correctly check values passed to
   update or to constructors, causing Python to exit under certain