X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=d84c19235a0615d89db772e6ce263ff3706371b8;hb=32f02f03f98df22086b067e5e81be90c1f83d030;hp=7489b0faf7c15ab7c0466434f186cf3920a343b2;hpb=0815af96defabe600917fb0ba73a676235884a36;p=perl%2Fmodules%2Fautovivification.git diff --git a/Changes b/Changes index 7489b0f..d84c192 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for autovivification +0.14 2014-11-01 22:25 UTC + + Fix : [RT #99458] : AnyEvent::Loop hangs if autovivification 0.13 is + loaded + [RT #99904] : 'no autovivification' breaks Lingua::EN::Inflect + from a distance + This was a regression in 0.13 which caused the peephole + optimizer to loop infinitely on "... while 1" constructs. + However, the Lingua::EN::Inflect problem only occured in perl + 5.20 and above. + Thanks Toshio Ito and Kent Fredric for reporting. + 0.13 2014-10-04 16:55 UTC This release contains a change that, while being very likely to be safe, can potentially cause freezes during code compilation. Every release