X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=beaaa71a3703e5256007d2ac3846d474fa560e9b;hb=refs%2Ftags%2Frt56870;hp=dd93f87717bf452b320c6589a7b82149fec28f35;hpb=45b4c5c2fa9d50471d929ed8561ada3201d58389;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index dd93f87..beaaa71 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for autovivification +0.05 2010-03-05 23:15 UTC + + Fix : [RT #55154] : Crashes and assertion failures when deparsing and + re-eval-uating some code compiled while autovivification was in + use. + Thanks Michael G. Schwern for reporting. + + Fix : [RT #53647] : "leys" typo in pod. + Thanks Hinrik Orn Sigurdsson for reporting. + +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