Add a deprecatoin warning
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
index c176804..bd1d4f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
 Revision history for Perl extension MooseX-AttributeHelpers
 
-0.22
+0.23 Fri Jan 1, 2010
+    - A small internals fix to prevent breakage with the next version of
+      Moose. (Dave Rolsky)
+
+0.22 Mon Sep 14, 2009
     - Fix to work with Moose 0.90. Ignore meta when auto-providing a method
-      provider's methods.
+      provider's methods. (Dave Rolsky)
        
 0.21 Sun July 19, 2009
     - Add length to String (Florian Ragwitz).