X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=9355885b22078c7a0018636602a9b7ffa9e1ea0e;hb=86c3868d5fa6e3f1fb4f5e85d9fbdbd3856b0641;hp=46f07f2ec59dd0688f3a823633427956307fe537;hpb=2b4ce4bdb3bda617f7d2a966609c38ceb790d66e;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 46f07f2..9355885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,17 @@ Revision history for Perl extension MooseX-Singleton -0.06 +0.07 2008-03-07 + - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak) - - singleton objects were broken when made_immutable (Dave Rolsky) +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)