From: Jesse Luehrs Date: Wed, 15 Jun 2011 23:33:22 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0102~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=542b11da4f8660f193b2e7f5f96714b4fa133013;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index da641f9..8133b2a 100644 --- a/Changes +++ b/Changes @@ -3,11 +3,18 @@ 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]