X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=b8ad1313f65d810adec33020cac46eed1dc66c29;hb=3beb96a81eebadf62454ea90eecd4b9dd36bdce5;hp=d4ed47a0fb67d3d5faa398319f0ab7986845eff6;hpb=5dd48a401229e457106bdc30bb841e9fed0dde7c;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Changes b/Changes index d4ed47a..b8ad131 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Scope-Upper +0.25 2014-09-21 17:10 UTC + + Add : Support for the PERL_OP_PARENT optional feature introduced in + perl 5.21.2. + + Fix : Work around an assertion failure in perl 5.21.4. + 0.24 2013-09-10 11:10 UTC + Fix : Lexicals returned with unwind(), yield() and leave() will no longer be lost on perl 5.19.4 and above.