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