X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0bf2ddb1c34383806dc9ddbd119cc80f48b6e639;hb=e6b8b400a35fbeab4b07c8f2fb5d7df72040f382;hp=73ab6df095e3e0fb5a2114bd06b373fd455fa658;hpb=eac9b1760c8f6d96e7306ac7119fa3825263762b;p=p5sagit%2FClass-C3-Componentised.git diff --git a/Changes b/Changes index 73ab6df..0bf2ddb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Class-C3-Componentised + - 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