X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0bf2ddb1c34383806dc9ddbd119cc80f48b6e639;hb=e6b8b400a35fbeab4b07c8f2fb5d7df72040f382;hp=6e5a12d468e9579fa5dee7d5b670e55f6218ff76;hpb=b0dd4f7ba77d3889d34af444ac19b8760a877305;p=p5sagit%2FClass-C3-Componentised.git diff --git a/Changes b/Changes index 6e5a12d..0bf2ddb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ 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 + +1.0006 08 Sep 2009 Allow derived classes without component_base_class(), given all arguments to load_components are absolute class names (+Classname)