Tidy the code, which also removes whitespace on otherwise empty lines,
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 64a2cdf..d69948d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,19 @@
 Revision history for Perl extension Moose
 
-0.60 Fri October 25, 2008
+0.61
+    * Moose::Meta::Attribute
+      - When passing a role to handles, it will be loaded if necessary
+        (perigrin)
+
+    * Moose::Meta::Class
+      - Method objects returned by get_method (and other methods)
+        Could end up being returned without an associated_metaclass
+        attribute. Removing get_method_map, which is provided by
+        Class::MOP::Class, fixed this. The Moose version did nothing
+        different from its parent except introduce a bug. (Dave Rolsky)
+        - added tests for this (jdv79)
+
+0.60 Fri October 24, 2008
     * Moose::Exporter
       - Passing "-traits" when loading Moose caused the Moose.pm
         exports to be broken. Reported by t0m. (Dave Rolsky)
@@ -15,11 +28,6 @@ Revision history for Perl extension Moose
         Moose::Meta::Attribute->does method, notably MooseX::Storage
         (t0m)
 
-    * Moose::Exporter
-      - Passing "-traits" when loading Moose caused the Moose.pm
-        exports to be broken. Reported by t0m. (Dave Rolsky)
-        - Tests for this bug. (t0m)
-
     * Moose::Util::TypeConstraint
       - Put back the changes for parameterized constraints that
         shouldn't have been removed in 0.59. We still cannot parse