X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=992c5dfd73a26d9c8fedb955f814820e4532c8ef;hb=060d6e6b284deb1c3e800877409f41aed8c56ec7;hp=25048558c9133e6a84c2b6d30989ce9141de9f97;hpb=d871257e46e9a2871c530139b5c20a9e54c8875a;p=gitmo%2FMooseX-Singleton.git diff --git a/ChangeLog b/ChangeLog index 2504855..992c5df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ Revision history for Perl extension MooseX-Singleton +0.13 2008-12-08 + - Fixed to work with Moose 0.63 + +0.12 2008-09-20 + - Fixed to work with Moose 0.58 + +0.11 2008-09-05 + - Fixed to work with Moose 0.57. Fixes RT #39013. Reported by Jon Swartz (Dave Rolsky) + +0.10 2008-09-01 + - No code changes, just a stable release to go with Moose 0.56 release (Dave Rolsky) + +0.09_02 2008-08-22 + - bumped the Moose dependency to 0.55_01 (Dave Rolsky) + +0.09_01 2008-08-21 + - fixes to work with the latest dev release of Moose - 0.55_01 (Dave Rolsky) + 0.09 2008-06-27 - fix immutability to work with Moose 0.51 (Dave Rolsky)