Changes for 0.24
[gitmo/MooseX-Singleton.git] / ChangeLog
index 4107423..1da09a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 Revision history for Perl extension MooseX-Singleton
 
+0.24 2010-07-15
+    - Require Moose 0.94+. (Dave Rolsky)
+
+0.23 2010-07-15
+    - Use modern Moose APIs to avoid warnings from the next Moose. (Dave
+      Rolsky)
+
 0.22 2009-12-25
     - The ->initialize method was both broken and undocumented. RT
       #51260. (Dave Rolsky)