X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=758f0635ce06f121120fbc59e53f6b0ea1652107;hb=11d52f77e3588a2342a2731f2aa217041d75e747;hp=9ce5cbd08ec8f56c6d2dec2cc7475b19412d531e;hpb=7ded5e16a31398e0dea536f664f8781f13ca59b4;p=p5sagit%2FSafe-Isa.git diff --git a/Changes b/Changes index 9ce5cbd..758f063 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,34 @@ +Revision history for Safe-Isa + +1.000009 - 2018-04-21 + - Fix handling of DOES and does (they no longer fall back to isa in most + situations outside of Moo/Moose) + +1.000008 - 2017-10-03 + - fix scalar/list context handling for $_call_if_can + +1.000007 - 2017-09-22 + - added new interface: $obj->$_call_if_can + +1.000006 - 2016-10-31 + - now falling back to $obj->isa if DOES/does is not implemented on the + object, to avoid fatal errors on perls too old to have their own DOES + (RT#100866) + +1.000005 - 2014-08-16 + - comment blessed use so people who don't know perl stop trying to break it + - add link to lightning talk given at YAPC::NA 2013 + +1.000004 - 2013-09-18 + - fixed slightly mangled metadata from last release + +1.000003 - 2013-03-25 + - fix NAME in Makefile.PL (RT#84212) + +1.000002 - 2012-07-19 + - Document why we don't try and handle class names + - Missed another stupid doc typo (thanks MJD) + 1.000001 - 2012-07-18 - Fix stupid doc typo (thanks miyagawa)