From: Florian Ragwitz Date: Wed, 10 Feb 2010 00:17:09 +0000 (+0100) Subject: Fix changelog. X-Git-Tag: 0.97~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7202274da335dbad0d18db1ef996a2859fd0155;p=gitmo%2FMoose.git Fix changelog. --- diff --git a/Changes b/Changes index d70ca89..f8b5ca7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. + * Calling ->reinitialize on a cached anonymous class destroyed the cache, + causing the class to go out of scope unexpectedly. This could easily + happen at a distance by applying a metarole to an anonymous class. (Dave + Rolsky). + 0.96 Sat, Feb 6, 2010 [NEW FEATURES] @@ -14,11 +19,6 @@ for, noteworthy changes. * ScalarRef now accepts references to other references. (Closes RT#50934) (Michael G. Schwern) - * Calling ->reinitialize on a cached anonymous class destroyed the cache, - causing the class to go out of scope unexpectedly. This could easily - happen at a distance by applying a metarole to an anonymous class. (Dave - Rolsky). - 0.95 Thu, Feb 4, 2010 [NEW FEATURES]