SVN: ZODB/trunk/src/CHANGES.txt "no longer" really is two words

Fred Drake <[email protected]> Fri, 18 Nov 2011 08:13:48 -0500 (EST)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20111118131348.91574942AD__48533.9549406946$1321622045$gmane$org@cvs.zope.org>
Log message for revision 123421:
  "no longer" really is two words
  

Changed:
  U   ZODB/trunk/src/CHANGES.txt

-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt	2011-11-18 11:40:54 UTC (rev 123420)
+++ ZODB/trunk/src/CHANGES.txt	2011-11-18 13:13:47 UTC (rev 123421)
@@ -8,8 +8,8 @@
 New Features
 ------------
 
-- ZODB no-longer depends on zope.event.  It now uses ZODB.event, which
-  uses zope.event if it is installed. You can override
+- 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
   zope.event is recommended.