From: Dave Rolsky Date: Wed, 4 Jan 2012 15:02:22 +0000 (-0600) Subject: v0.17 X-Git-Tag: v0.17^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=d1c7d5d5f572d2ad8aa27c0c53b520f709711dab v0.17 --- diff --git a/Changes b/Changes index 20c5c8d..559a8b5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +0.17 2012-01-04 + - Added a small optimization for an immutable constructor when used with Moose 2.00+. The list of valid attributes is only generated once, rather than each time the constructor is run. Reported by Chip Salzenberg. RT #73664.