make_accessor, make_ro_accessor, make_rw_accessor
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
diff --git a/Changes b/Changes
index 220a896..42201c7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,2 +1,16 @@
+0.00500   
+          - make_accessor, make_ro_accessor, make_rw_accessor
+0.00400    Oct 28, 2008
+           - Fix bug where a bad assumption was causing us to infinitely loop
+             on badly-written code like Data::Page. (Reported by marcus)
+             - Tests for this
+             - Up Moose dep to 0.31 
+0.00300    Jul XX, 2008
+           - Replace around 'new' with a BUILD method. Faster and avoids Moose
+             bug with around/immutable and sub-classes.
+0.00200    Mar 28, 2008
+           - Extend BUILDALL to store constructor keys in the obj. hashref
+           - Minor fix to make sure Adopt doesn't trip PAUSE perms
+           - Bye bye auto_install.
 0.00100    Mar 15, 2008
-           - Initial Release!
\ No newline at end of file
+           - Initial Release!