migrate repository to https://github.com/moose/MooseX-Singleton
[gitmo/MooseX-Singleton.git] / Changes
diff --git a/Changes b/Changes
index 785add9..98ff3db 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 Revision history for Perl extension MooseX-Singleton
 
+{{$NEXT}}
+    - move repository to github Moose organization
+
+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)
+
 0.26 2011-02-26
     - This module will now work with Moose 1.9900+, but it still works with
       older Moose as well. (Dave Rolsky)