a3b2425689581b35a2714a8ec901b27d3ce4469f
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
1 0.00400    Oct 28, 2008
2            - Fix bug where a bad assumption was causing us to infinitely loop
3              on badly-written code like Data::Page. (Reported by marcus)
4              - Tests for this
5              - Up Moose dep to 0.31 
6 0.00300    Jul XX, 2008
7            - Replace around 'new' with a BUILD method. Faster and avoids Moose
8              bug with around/immutable and sub-classes.
9 0.00200    Mar 28, 2008
10            - Extend BUILDALL to store constructor keys in the obj. hashref
11            - Minor fix to make sure Adopt doesn't trip PAUSE perms
12            - Bye bye auto_install.
13 0.00100    Mar 15, 2008
14            - Initial Release!