From: Dave Rolsky Date: Wed, 13 May 2009 17:10:52 +0000 (-0500) Subject: Changes for 0.79 X-Git-Tag: 0.79~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=359364f340a0dde87558e04313249d85d8c57498;p=gitmo%2FMoose.git Changes for 0.79 --- diff --git a/Changes b/Changes index 44a2ddf..94c28a6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,16 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.79 Wed, May 13, 2009 + * Tests + - More fixes for Win32 problems. Reported by Robert Krimen. + + * Moose::Object + - The DEMOLISHALL method could still blow up in some cases + during global destruction. This method has been made more + resilient in the face of global destruction's random garbage + collection order. + 0.78 Tue, May 12, 2009 * Moose::Cookbook::FAQ and Moose::Cookbook::WTF - Merged these documents into what is now Moose::Manual::FAQ