From: Jesse Luehrs Date: Tue, 26 Apr 2011 00:24:49 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0100~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c05c2a8b904e17bd507cae7d1e45703f8a342af8;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index b5ed29f..f4a6cc2 100644 --- a/Changes +++ b/Changes @@ -60,6 +60,10 @@ for, noteworthy changes. * Use Devel::PartialDump in type constraint error messages, if it is installed. + * Remove a lot of cases where generated methods closed over meta objects. + Most simple cases should now only close over simple data types and + coderefs. This should make deparsing simpler. + [BUG FIXES] * Stop hiding warnings produced by throwing errors in DEMOLISH methods.