X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3074229040c8b45321274f935da73df23e3e9843;hb=5808b2245979b6d4c0582c10892e8526aa00d673;hp=cb14304e9162e50ec7309c999d52078a4652c3fb;hpb=5fc5d14fc03ead62f3756b2660a52547d789811f;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/Changes b/Changes index cb14304..3074229 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Class::Accessor::Grouped. + - Fix bug with identically-named 'simple' accessors in different + classes set to access *differently named fields* getting their + field access mixed up + - Fix subtle pessimization when having identically-named accessors + in different classes leads to 'simple' implementations not being + replaced by Class::XSAccessor where appropriate + 0.10009 2012-11-15 18:51 (UTC) - Stop leaking extra methods into the inheritance chain - there are plenty already