X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9e6c1bf9df9beaa1f3a942a104e31b51d371d0b5;hb=349ea75bb916f05ad325841b500e1fd0a9d5f2e4;hp=e73a063752e366d516735e2b378f52c6cf75ddc5;hpb=b4bd8687ff61164eb721d47158abb19d8482cfa1;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index e73a063..9e6c1bf 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - prevent destructors from failing in global destruction for certain + combinations of Moo and Moose classes subclassing each other (RT#87810) - clarify in docs that Sub::Quote's captured variables are copies, not aliases - fix infinite recursion if an isa check fails due to another isa check (RT#87575)