X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=ca1eb5cd29ae96b5276c440ccd3def8c388c9438;hb=dbeedf9e84cf71bc153a91eed958bb11d9c63ded;hp=43894ff9aa20d39f3db98de92842894694b0b2f2;hpb=b264623b66750817a7599013b841deaaa238e445;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 43894ff..ca1eb5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 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 + 0.12 2008-09-20 - Fixed to work with Moose 0.58