X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=6edb3f05b85f1104ed8953ad128f761eaa49b908;hb=029cd913066b88040c4efaa966c96bf2d4e584d9;hp=dfd6379f858ee827037b73d06a9021af168c2cbb;hpb=73280498f45aec1d15e1e9d67eb441e10c9a49a5;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index dfd6379..6edb3f0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for autovivification +0.02 2009-06-17 18:05 UTC + + Add : 'fetch' also applies to aliasing ("for ($hashref->{key}) { }"). + + Fix : Don't segfault on "keys/values %$hashref", and don't vivify if + 'fetch' is set. + + Fix : Plain dereferencing shouldn't have a different behaviour when + the pragma is in use. + + Tst : Improved coverage. + 0.01 2009-06-14 20:10 UTC First version, released on an unsuspecting world.