From: Jesse Luehrs Date: Thu, 16 Jun 2011 22:48:16 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0102~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbee76f08b2a5da8ec950a22acd36fa9ce43e074;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 8133b2a..82ad5e8 100644 --- a/Changes +++ b/Changes @@ -3,18 +3,11 @@ for, noteworthy changes. {{$NEXT}} - [BUG FIXES] - - * The 'accessor' native delegation for hashrefs now allows setting the value - to undef. (sugoik, doy) - [ENHANCEMENTS] * The native Array trait now has a 'first_index' method, which works just like the version in List::MoreUtils. (Karen Etheridge) - * Various generated methods have more useful context information. (doy) - 2.0101 Mon, Jun 06, 2011 [OTHER] @@ -41,6 +34,17 @@ for, noteworthy changes. Most simple cases should now only close over simple data types and coderefs. This should make deparsing simpler. +2.0008 Thu, Jun 16, 2011 + + [BUG FIXES] + + * The 'accessor' native delegation for hashrefs now allows setting the value + to undef. (sugoik, doy) + + [ENHANCEMENTS] + + * Various generated methods have more useful context information. (doy) + 2.0007 Sun, May 15, 2011 [BUG FIXES]