X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=ChangeLog;h=3dbc942a0dc42b89bb1bf816999da1ea3e8898f0;hp=be1a3d48d731a9c47e039d23cb7b0a245afa4bc6;hb=283bf6e6d41ced93a6082f77c3f87addf88da4e7;hpb=adda7954342ef3715387d83deeaef08b7b9631a5 diff --git a/ChangeLog b/ChangeLog index be1a3d4..3dbc942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ Revision history for Perl extension MooseX-Singleton +0.16 + - Changes to keep constructor inlining working with latest Moose & + Class::MOP. This module will still work with any Moose from 0.74 + on up. + +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)