From: Dave Rolsky Date: Tue, 9 Feb 2010 23:35:30 +0000 (-0600) Subject: Fix changelog, reinit fix is in 0.97 X-Git-Tag: 0.97~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=549d1705e231156a7c275663e2e9954e6152eae7;hp=e7202274da335dbad0d18db1ef996a2859fd0155;p=gitmo%2FMoose.git Fix changelog, reinit fix is in 0.97 --- diff --git a/Changes b/Changes index f8b5ca7..036f271 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.97 Tue, Feb 9, 2010 + + [BUG FIXES] + * 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