From: Graham Knop Date: Fri, 23 Aug 2013 13:30:23 +0000 (-0400) Subject: changelog for SIGDIE recursion fix X-Git-Tag: v1.003001~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fca6944d9bb43268e3f8efb00c0edad08ca0eb9f;p=gitmo%2FMoo.git changelog for SIGDIE recursion fix --- diff --git a/Changes b/Changes index 86085e2..5baa9a9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - fix infinite recursion if an isa check fails due to another isa check + (RT#87575) - fix Sub::Quote and Sub::Defer under threads (RT#87043) - better diagnostics when bad parameters given to has