]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - Changes
This is 0.06
[perl/modules/Scope-Upper.git] / Changes
diff --git a/Changes b/Changes
index 93d66200de9a09627f2d9879e73bf9fb0361944f..c9aded4d521a2ac0bdf70c5c513919eff854a4f1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Scope-Upper
 
+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
+                on. You should replace all your raw levels by combinations of
+                words.
+                The old behaviour of "=> $n" can be easily reobtained by using
+                "=> SCOPE($n)".
+        + Fix : As a result of this change, the module now plays nicely with
+                the debugger.
+
 0.05    2009-01-12 18:15 UTC
         + Fix : Stack mess when using unwind() in scalar context.
         + Fix : Returning an automatic variable isn't wise, so let's use a