Changes tweaks
Shawn M Moore [Wed, 26 Nov 2008 02:26:05 +0000 (02:26 +0000)]
Changes

diff --git a/Changes b/Changes
index ba2caec..630e108 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,10 +3,11 @@ Revision history for Perl extension Moose
 0.62
     * Moose::Meta::Role::Application::ToClass
       Moose::Meta::Role::Application::ToRole
-      - fixed issues where excluding and aliasing the 
-        same methods for a single role did not work 
-        right (worked just fine with multiple roles)
-        - added test for this
+      - fixed issues where excluding and aliasing the
+        same methods for a single role did not work
+        right (worked just fine with multiple
+        roles) (stevan)
+        - added test for this (stevan)
     * Moose::Meta::Role::Application::RoleSummation
       - fixed the error message when trying to compose
         a role with a role it excludes (Sartak)
@@ -21,7 +22,9 @@ Revision history for Perl extension Moose
     * Moose::Meta::Role
       - create method for constructing a role
         dynamically (Sartak)
-      - begin implementing anonymous roles (Sartak)
+        - added test for this (Sartak)
+      - anonymous roles! (Sartak)
+        - added test for this (Sartak)
     * Moose::Role
       - more consistent error messages (Sartak)