X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6d79367609d510bf0deb085fae4cb9122ea4ccc2;hb=842fcd09a278f4317b33c9531ae9587dd16972e8;hp=488aa1182d01b54a6021990f1eb0d4c14d736ec9;hpb=e2288cf836c3586853afb277cf684df6bbca5ee6;p=p5sagit%2Fnamespace-clean.git diff --git a/Changes b/Changes index 488aa11..6d79367 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,15 @@ + [0.20_01] (the "mst made me do it" release) + - Only invoke the deleted sub stashing if we run udner a debugger + (avoid runtime penalty of Sub::Name/Sub::Identify) + - Spellfixes (RT#54388) + - When B::Hooks::EndOfScope is not available, switch to a simple + tie() of %^H. While it can not 100% replace B::H::EOS, it does + everything n::c needs + + [0.20] + - Bump Package::Stash dependency to 0.22 to pull in a bugfix in + Package::Stash::XS 0.19. + [0.19] - Port to the new Package::Stash 0.18 API and depend on it. - Don't rely on package::stash's remove_package_symbol implementation