]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Changes
Importing Variable-Magic-0.15.tar.gz
[perl/modules/Variable-Magic.git] / Changes
diff --git a/Changes b/Changes
index b4d14af2c24cf31c527a9267382303666e44af96..3471bcb371b6a10a5f6ac6d0fd571f1cfed08f17 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Variable-Magic
 
+0.15    2008-04-11 18:25 UTC
+        + Chg : Factor vmg_cb_call{1,2,3}() into one function.
+        + Fix : len magic is no longer called when taking the length() of a
+                magical scalar since p32969. The VMG_COMPAT_SCALAR_LENGTH_NOLEN
+                constant was added to cover this.
+        + Tst : More tests for t/22-len.t.
+
 0.14    2008-03-24 12:35 UTC
         + Fix : t/16-huf.t failures on Solaris and FreeBSD caused by not
                 updating mg->mg_ptr after Renew-ing it on dispell.