X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=db4a9053ef40431f1d330720f4c5a40877c93cdb;hb=0cd38a85e3f9a77914e846ad84e290b22b501b5a;hp=992c5dfd73a26d9c8fedb955f814820e4532c8ef;hpb=6f589f06ded801b7713b054dfecd7ca098b8f8ad;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 992c5df..db4a905 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ Revision history for Perl extension MooseX-Singleton +0.15 + - When an object was implicitly constructed by calling + ClassName->attribute, it skipped the BUILD and BUILDARGS defined + for a class. Report and test from Josh in RT #42690. (Dave + Rolsky) + +0.14 2009-01-22 + - Converted to use new method generation helpers in the most + recent Moose (0.65) and Class::MOP (Dave Rolsky) + 0.13 2008-12-08 - Fixed to work with Moose 0.63