From: Dave Rolsky Date: Thu, 15 Jul 2010 15:44:16 +0000 (-0500) Subject: Changes for 0.24 X-Git-Tag: 0.24~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f943458f1cf1fba934f789e3eebf000e67da892b;p=gitmo%2FMooseX-Singleton.git Changes for 0.24 --- diff --git a/ChangeLog b/ChangeLog index 7c1f3f3..1da09a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX-Singleton +0.24 2010-07-15 + - Require Moose 0.94+. (Dave Rolsky) + 0.23 2010-07-15 - Use modern Moose APIs to avoid warnings from the next Moose. (Dave Rolsky)