From: Dave Rolsky Date: Mon, 6 Jun 2011 20:20:42 +0000 (-0500) Subject: No need to mention TC inlining twice X-Git-Tag: 2.0101~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bff8681386ffaf6dd24eb5d6f17836413cf0fe1;p=gitmo%2FMoose.git No need to mention TC inlining twice --- diff --git a/Changes b/Changes index 6c7ba45..cfc9a5c 100644 --- 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)