allow method => $coderef for a curries parameter
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
index ea42ccb..3f07ffb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
 Revision history for Perl extension MooseX-AttributeHelpers
 
+0.10
+        - Counter: add set and allow inc and dec to accept args
+       - add Bool as an attribute helper (thanks to jasonmay)
+
+0.09 Sat. May, 24, 2008
+       - remove Module::Build in favor of Module::Install
+       
+    * MooseX::AttributeHelpers::MethodProvider::Hash
+         - delete with multiple keys will now work (thanks to frodwith)
+
+    * MooseX::AttributeHelpers::MethodProvider::List
+      - add "join" and "elements" provided methods (thanks to Sartak)
+    
+    * MooseX::AttributeHelpers::MethodProvider::Array
+      - add "splice" provided method
+
+0.08 Sat. April 12, 2008
+    ~~ updates copyright year on all modules ~~
+
+    * MooseX::AttributeHelpers::MethodProvider::Hash
+      - fixed bug in non-type constraint version of set
+        method (thanks to frodwith)
+
+0.07 Tues. Jan. 1, 2008
+    * MooseX::AttributeHelpers::String
+      - Initial version
+    * MooseX::AttributeHelpers::Hash
+      - get and set now support aggregate operations
+
 0.06 Tues. Dec. 7, 2007
     * MooseX::AttributeHelpers::Base
       - added the &remove_accessors method to comply with the