From: Jesse Luehrs Date: Mon, 9 May 2011 08:17:34 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0100~118 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=48fca2ec4083321d3445aeb6274f9b18f740a9ac;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 64c39b9..30b3a58 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ for, noteworthy changes. {{$NEXT}} +2.0003 Mon, May 09, 2011 + [BUG FIXES] * Applying multiple role objects (rather than role names) at once no longer @@ -10,7 +12,9 @@ for, noteworthy changes. * Caching of anon classes now works more sanely in the presence of role application parameters - alias and excludes options are taken into account, - and caching is disabled entirely if other parameters exist. (doy, autarch) + and caching is disabled entirely if other parameters exist. Asking for + caching (instead of just not weakening) when parameters are given will + begin warning in Moose 2.0200. (doy, autarch) 2.0002 Thu, Apr 28, 2011