From: Shawn M Moore Date: Tue, 2 Jun 2009 02:21:54 +0000 (-0400) Subject: Traits changelog entry X-Git-Tag: 0.18_01~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c981b9f0c39f885fc2437081b6f9b9c43d4805d;p=gitmo%2FMooseX-AttributeHelpers.git Traits changelog entry --- diff --git a/ChangeLog b/ChangeLog index e02a131..07843f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ Revision history for Perl extension MooseX-AttributeHelpers -0.18 +0.18_01 Mon June 1, 2009 + - Turn our metaclasses into traits, though metaclasses still exist for + backwards compatibility (Sartak and doy) - Add accessor to Hash and Array (Sartak) + - Let the user know which constraint they have violated in the confessed + message (nperez) 0.17 Fri April 19, 2009 - Add defined to Hash (Evan Carroll).