From: Dave Rolsky Date: Wed, 14 Jul 2010 19:07:11 +0000 (-0500) Subject: Add changes for 0.06 X-Git-Tag: v0.06~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-SemiAffordanceAccessor.git;a=commitdiff_plain;h=d0cab512a873b7446f03a7893b60d418e12b243d Add changes for 0.06 --- diff --git a/Changes b/Changes index e7bb9ae..5613392 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.06 2010-07-14 + +- Use modern Moose APIs, to avoid warnings with the next Moose release. + + 0.05 2009-07-15 - Now requires Moose 0.84 to prevent test failures.