From: Dave Rolsky Date: Sat, 17 Jul 2010 16:01:02 +0000 (-0500) Subject: Changes for 0.10 X-Git-Tag: v0.10~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=0bd5ddeb7949fd5c93ef38fdeed1f3ad4a4f91c2;hp=f886571c25efa8709b6f7f5f77fd6dbd29d35448 Changes for 0.10 --- diff --git a/Changes b/Changes index 5ae9f8a..811bda7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +0.10 2010-07-16 + +- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse + Luehrs. RT #59236. + + 0.09 2010-07-14 - Use modern Moose APIs, to avoid warnings with the next Moose release.