X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8538ecc533cdd79556c4034b3f8fd2842ad4aa2c;hb=c17e86b89656065aae4a4f2d3cfbc1500850d18c;hp=d69377d0120677ec24e2210764f0336ae939e9dd;hpb=35ef509e81709f89dda31b0ecefa0f88e637b69a;p=p5sagit%2FClass-C3-Componentised.git diff --git a/Changes b/Changes index d69377d..8538ecc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,36 @@ Revision history for Class-C3-Componentised +1.001000 08 Aug 2011 + - Add Class::C3::Componentised::ApplyHooks features + +1.0009 20 Mar 2011 + - Stop importing Carp functions (and thus polluting the inheritor + namespaces) + - Make sure $_ is properly preserved even if the loaded module + is negligent enough to change it (RT#66661) + - Added missing copyright statement + +1.0008 24 Feb 2011 + Fix inject_base regression introduced during optimizations in + 1.0007 + +1.0007 23 Feb 2011 + Throw a readable exception when load_optional_class is given an + invalid class name + +1.0006 08 Sep 2009 + Allow derived classes without component_base_class(), given all + arguments to load_components are absolute class names (+Classname) + +1.0005 22 Apr 2009 + Add load_optional_class method + +1.0004 18 Mar 2009 + Port to use MRO::Compat (rafl) + +1.0003 5 Mar 2008 + Fix tests on perl 5.10.0 + 1.0002 4 Mar 2008 Make tests more resilient