Had duplicate version and authority in MethodProvider.pm
[gitmo/MooseX-AttributeHelpers.git] / ChangeLog
index 218bbf9..026bed0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
 Revision history for Perl extension MooseX-AttributeHelpers
 
-0.06
+0.08
+    ~~ 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
         Class::MOP::Attribute interface