X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=9355885b22078c7a0018636602a9b7ffa9e1ea0e;hb=86c3868d5fa6e3f1fb4f5e85d9fbdbd3856b0641;hp=4a4efdd5974b26b52942edb58ce53337b5bb3a48;hpb=963b26bdbceabdfb30dac57a85d95fec1e9d925d;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 4a4efdd..9355885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,17 @@ Revision history for Perl extension MooseX-Singleton +0.07 2008-03-07 + - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak) + +0.06 2008-03-05 + - singleton objects were broken when made_immutable (Dave Rolsky) + 0.05 2008-02-03 - - avoid re-BUILD-ing existing singleton objects + - avoid re-BUILD-ing existing singleton objects (rjbs) 0.04 2008-01-27 - - exception when ->new called with args and instance already init'd (rjbs) - - added ->initialize method to remove any ambiguity with ->new (rjbs) + - exception when ->new called with args and instance already init'd (rjbs) + - added ->initialize method to remove any ambiguity with ->new (rjbs) 0.03 2007-12-16 - reimplementation as a metaclass (Sartak)