X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=fbbd737ded67664230a9439509f34eff73043542;hb=refs%2Ftags%2F0.20;hp=61c5a4e4962a9da403757fdda0a7f214ff5eb6b0;hpb=03e1b8df86e9ad4dd27d689d506324942bd20652;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 61c5a4e..fbbd737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ Revision history for Perl extension MooseX-Singleton -0.17 - - Add ClassName->_clear_instance. (hdp) +0.20 2009-09-11 + - Converted this extension to use roles rather than metaclass + subclasses. This means it will cooperate with other extensions on CPAN, + like MooseX::StrictConstructor, etc. (Dave ROlsky) + +0.19 2009-07-09 + - Remove ambiguity about copyright holder (Sartak) + +0.18 2009-06-21 + - Changes to work Moose 0.82 (Dave Rolsky) + +0.17 2009-04-24 + - Add ClassName->_clear_instance. (hdp) 0.16 2009-04-24 - Changes to keep constructor inlining working with latest Moose &