X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=7853cffdc85f82bfd5cad4830e26564ff09da684;hb=763ba8093427f3668368fa885741618ac6289d41;hp=d5a8d09d23ebd62c26bd8f4d51f0384e921108df;hpb=14f66d40970bef63105be046a109c1a32859a8a0;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index d5a8d09..7853cff 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Variable-Magic +0.08 2008-02-01 16:55 UTC + + Add : copy magic for tied arrays/hashes. + + Add : local magic. + + Add : uvar magics : fetch, store, exists, delete for hashes. + +0.07_* 2008-01 + Internal development versions. + +0.06 2007-11-20 10:10 UTC + + Chg : 5.7.3 is now officially required. + + Fix : "data" test failures on 5.8.{0,2}. + + Fix : Drand01() vs rand(). + +0.05 2007-11-19 09:10 UTC + + Fix : 5.10.0_RC1 compatibility fix. + 0.04 2007-08-28 12:25 UTC + Chg : s/require (XSLoader)/use $1/. + Fix : Tests are now strict.