X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=ChangeLog;h=785add96ac027be51e63e0eb9e56713dc77c8b5d;hp=1da09a63abf262ba6db73fb56d453f87b65206d1;hb=48b8e1f72932c8492848c03453a7ada53812702b;hpb=f943458f1cf1fba934f789e3eebf000e67da892b diff --git a/ChangeLog b/ChangeLog index 1da09a6..785add9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ Revision history for Perl extension MooseX-Singleton +0.26 2011-02-26 + - This module will now work with Moose 1.9900+, but it still works with + older Moose as well. (Dave Rolsky) + + - The test suite now uses Test::Fatal instead of Test::Exception. (Karen + Etheridge) + +0.25 2010-08-22 + - Fixes for latest Moose. (Dave Rolsky) + 0.24 2010-07-15 - Require Moose 0.94+. (Dave Rolsky)