From: Dave Rolsky Date: Thu, 15 Jul 2010 15:42:58 +0000 (-0500) Subject: Changes for 0.23 X-Git-Tag: 0.23~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc7da0cbd6a26ef5c751e2537cc8c4660aab9a50;p=gitmo%2FMooseX-Singleton.git Changes for 0.23 --- diff --git a/ChangeLog b/ChangeLog index 4107423..7c1f3f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX-Singleton +0.23 2010-07-15 + - Use modern Moose APIs to avoid warnings from the next Moose. (Dave + Rolsky) + 0.22 2009-12-25 - The ->initialize method was both broken and undocumented. RT #51260. (Dave Rolsky)