Add failing test for CAFs auto-arrayification when calling accessors with a list...
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
diff --git a/Changes b/Changes
index 99133a6..74c4b69 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
-0.00700    
+0.00701    Jan 02, 2008
+          - Better errors when trying to modify an immutable class
+          - Fix typo in Makefile.PL description
+          - Missing dep in Makefile.PL (rafl)
+0.00700    Dec 29, 2008
           - Creating a new accessor with the same name as an old one would result in
             a new attribute with no reader/writer/accessor. Reported by t0m
              - tests (t0m)