X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=64273204d85c38abc913ad9494234549eaf1576a;hb=refs%2Ftags%2Fv0.04;hp=6edb3f05b85f1104ed8953ad128f761eaa49b908;hpb=029cd913066b88040c4efaa966c96bf2d4e584d9;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index 6edb3f0..6427320 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for autovivification +0.04 2010-01-10 00:30 UTC + + Add : Array and hash slices are now handled by the pragma. + + Fix : Work around Kwalitee test misfailures. + +0.03 2009-06-23 22:20 UTC + + Add : Handle old-fashion dereferencing (like $$hashref{key}). + + Chg : Aliasing constructs (for ($x{foo}) { ... }) are now covered by + the 'store' category (and no longer the 'fetch' one). This is + because there's no way to know at compile-time if the alias + will be assigned to. + + Fix : Quadratic complexity at compile-time. + + Fix : Segfaults when dereferencing globals. + + Fix : Segfaults on big-endian systems. + + Tst : Really test plain arrays and hashes. + + Tst : Improved coverage. + 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