From: Dave Rolsky Date: Fri, 10 Sep 2010 02:16:25 +0000 (-0500) Subject: Changes for this branch X-Git-Tag: 1.13~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c5c350b4e5e979405be1efc3cca4cd10228d9b4;p=gitmo%2FMoose.git Changes for this branch --- diff --git a/Changes b/Changes index fdaf16a..d558aac 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,10 @@ NEXT the error message now includes the attribute name. Reported by Sam Graham. RT #59985. (Dave Rolsky) + * When a class is made immutable, the does_role method is overridden with a + much faster version that simply looks role names up in a hash. Code which + uses lots of role-based type constraints should be faster. (Dave Rolsky) + 1.12 Sat, Aug 28, 2010 [BUG FIXES]