X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=da641f92532e3aea381c5bbd91cec57a5010ec36;hb=175f9180c857e51468ce43c37c3c53d01fa8c916;hp=19f2e0edfd56a7da4066f101d4feb2b992817cda;hpb=e47c67f2ca9726c30003c2d5b3db276aa5cbbd89;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 19f2e0e..da641f9 100644 --- a/Changes +++ b/Changes @@ -3,9 +3,42 @@ for, noteworthy changes. {{$NEXT}} + [ENHANCEMENTS] + + * The native Array trait now has a 'first_index' method, which works just + like the version in List::MoreUtils. (Karen Etheridge) + +2.0101 Mon, Jun 06, 2011 + + [OTHER] + + * Various packaging issues. + +2.0100 Mon, Jun 06, 2011 + + [DEPRECATIONS] + + * Using a hand-optimized type constraint is now deprecated. In keeping with + our release policy, this won't actually start warning until the 2.0200 + release. + + [NEW FEATURES] + + * Type constraints can now provide inlined versions, which should make + inlined code which uses type constraints (such as accessors) faster. This + replaces the existing hand-optimized constraint feature. (Dave Rolsky) + + [ENHANCEMENTS] + + * Remove a lot of cases where generated methods closed over meta objects. + Most simple cases should now only close over simple data types and + coderefs. This should make deparsing simpler. + +2.0007 Sun, May 15, 2011 + [BUG FIXES] - * Make sure weak attributes remain weak when cloning. (rafl) + * Make sure weak attributes remain weak when cloning. (doy, rafl) 2.0006 Mon, May 09, 2011