Changes for this branch
Dave Rolsky [Fri, 10 Sep 2010 02:16:25 +0000 (21:16 -0500)]
Changes

diff --git a/Changes b/Changes
index fdaf16a..d558aac 100644 (file)
--- 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]