X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=Changes;h=98ff3db0d1a02239f296b27cd5c53c56d1b6acd3;hp=d91e4013e9211a9d634cd8cb55699971c3e41c10;hb=16a3d25b3eb827352f0e1ddb5727c9904e3d828e;hpb=20b781fece864010d24e27df5f672b1205de1af5 diff --git a/Changes b/Changes index d91e401..98ff3db 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,16 @@ Revision history for Perl extension MooseX-Singleton {{$NEXT}} + - move repository to github Moose organization -0.27 2011-05-19 +0.29 2011-12-08 + - Fix warnings_once.t to not die if Test::NoWarnings isn't installed (Kaare) + +0.28 2011-12-05 + - Fix RT Bug #46086, "name used only once" (Thanks chisel for the patch and + the test) +0.27 2011-05-19 - Fix 006-cooperative.t - this test requires MooseX::StrictConstructor 0.16+ to pass with Moose 2.00+. Reported by Alexandr Ciornii. RT #67965. (Dave Rolsky)