No need to mention TC inlining twice
Dave Rolsky [Mon, 6 Jun 2011 20:20:42 +0000 (15:20 -0500)]
Changes

diff --git a/Changes b/Changes
index 6c7ba45..cfc9a5c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,8 +14,8 @@ for, noteworthy changes.
   [NEW FEATURES]
 
   * Type constraints can now provide inlined versions, which should make
-    inlined code which uses type constraints (such as accessors) faster.
-    (Dave Rolsky)
+    inlined code which uses type constraints (such as accessors) faster. This
+    replaces the existing hand-optimized constraint feature.  (Dave Rolsky)
 
   [ENHANCEMENTS]
 
@@ -23,9 +23,6 @@ for, noteworthy changes.
     Most simple cases should now only close over simple data types and
     coderefs. This should make deparsing simpler.
 
-  * Type constraints can now inline their constraint checks. This replaces the
-    existing hand-optimized constraint feature.
-
   [BUG FIXES]
 
   * Make sure weak attributes remain weak when cloning. (doy, rafl)