X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=ca1eb5cd29ae96b5276c440ccd3def8c388c9438;hb=d1ac75f011dd6430e8a89fdf6393ccafe9735b02;hp=992c5dfd73a26d9c8fedb955f814820e4532c8ef;hpb=6f589f06ded801b7713b054dfecd7ca098b8f8ad;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 992c5df..ca1eb5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ Revision history for Perl extension MooseX-Singleton +0.15 2009-04-07 + - Fixed to work with Moose 0.73_01 + + - 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