Small wording fixes in Changes
Dave Rolsky [Sat, 24 Jul 2010 19:24:43 +0000 (14:24 -0500)]
Changes

diff --git a/Changes b/Changes
index 0e9a51b..18c9193 100644 (file)
--- a/Changes
+++ b/Changes
@@ -35,16 +35,16 @@ for, noteworthy changes.
 
   [BUG FIXES]
 
-  * Accessors will now not be inlined if the instance metaclass isn't
-    inlinable (doy).
+  * Accessors will no longer be inlined if the instance metaclass isn't
+    inlinable. (doy)
 
   * Use Perl 5.10's new recursive regex features, if possible, for the type
-    constraint parser (doy, nothingmuch).
+    constraint parser. (doy, nothingmuch)
 
   [ENHANCEMENTS]
 
-  * Attributes now warn if their accessors overwrite a locally defined function
-    (not just method) (doy).
+  * Attributes now warn if their accessors overwrite a locally defined
+    function (not just method). (doy)
 
   [OTHER]