]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Changes
Importing Variable-Magic-0.03.tar.gz
[perl/modules/Variable-Magic.git] / Changes
diff --git a/Changes b/Changes
index bcd60be04f25c56f628770e6b00c436dee9459f4..9bc0f25860460dba61d25f3804176ac72ce40bc8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 Revision history for Variable-Magic
 
+0.03    2007-08-01 17:20 UTC
+        + Add : Passing the signature of an already defined magic to wizard()
+                now returns the corresponding magic object.
+        + Add : You can pass the numeric signature as the wizard argument of
+                cast(), dispell() and getdata().
+        + Add : Any argument specified after the wizard (or the signature) in a
+                call to cast() is now passed to the private data constructor in
+                $_[1] and after.
+        + Chg : $_[0] is now always a reference to the magic variable in all
+                callbacks. The reason for changing from the previous behaviour
+                is that one may want to apply the same magic to a plain scalar
+                and to a scalar reference, and needs a way to distinguish
+                between them in the callback (say, ref()).
+        + Fix : Wizard object destruction used not to free the signature.
+
 0.02    2007-07-27 13:50 UTC
         + Fix : In response to test report 548152 :
                 Newx() and SvMAGIC_set() not present on older perls.