Small wording tweak
Dave Rolsky [Sat, 16 Oct 2010 13:14:52 +0000 (08:14 -0500)]
Changes

diff --git a/Changes b/Changes
index edc28f1..f2fe289 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,7 +16,7 @@ NEXT
   * Roles now support passing an array reference of method names to method
     modifier sugar functions. (doy)
 
-  * Native traits now don't use optimized inlining routines if the instance
+  * Native traits no longer use optimized inlining routines if the instance
     requests it (in particular, if inline_get_slot_value doesn't return
     something that can be assigned to). This should fix issues with
     KiokuDB::Class. (doy)