X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=9355885b22078c7a0018636602a9b7ffa9e1ea0e;hb=0ab35c13616ddbf8459ec5e97484937e3a5c497d;hp=9fe09227d997fa49c31a882b48cf2bdbe3dfd8bd;hpb=b375b147ae0615bfe819dad1b2233ebf3fd90fc3;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 9fe0922..9355885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 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 (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) + 0.03 2007-12-16 - reimplementation as a metaclass (Sartak) - initial CPAN release