X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=f03372c2b90f87aa11431ae66f5d360f780a71d3;hb=da4cceb83810de827ceba611a1459c0afd672039;hp=c9aded4d521a2ac0bdf70c5c513919eff854a4f1;hpb=cab38339ae33e6209dccf65521b7de672820b531;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Changes b/Changes index c9aded4..f03372c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Scope-Upper +0.07 2009-02-20 00:20 UTC + + Chg : The CLONE method will no longer be defined for non-threaded + perls. + + Doc : Some examples on how to build the target context from the words. + + Fix : Some unlikely possible uninitialized reads, indirectly pointed + out in a Redhat review request. + + Fix : "localize *x, 'y' => $cxt" now matches Perl's behaviour for + "local *x = 'y'". + + Fix : Miscellanous code cleanups, courtesy of Florian Ragwitz. + + Upd : Resources in META.yml. + 0.06 2009-01-17 00:05 UTC + Chg : INCOMPATIBLE CHANGE: The level is now absolute and no longer relative to the current frame - we'll call it "context" from now