Clean up formatting of Changes
Dave Rolsky [Fri, 24 Jul 2009 16:38:30 +0000 (11:38 -0500)]
Changes

diff --git a/Changes b/Changes
index 458e00b..9032572 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,20 +11,25 @@ for, noteworthy changes.
     * Moose::Meta::Method::Accessor
       - No longer uses inline_slot_access in accessors, to support
         non-lvalue-based meta instances. (sorear)
+
     * Moose::Manual::Contributing
-      - Re-write the Moose::Manual::Contributing document to reflect the new
-        layout and methods of work for the Git repository. All work now should
-        be done in topic branches and reviewed by a core committer before
-        being applied to master. All releases are done by a cabal member and
-        merged from master to stable. This plan was devised by Yuval, blame
-        him. (perigrin)
+      - Re-write the Moose::Manual::Contributing document to reflect
+        the new layout and methods of work for the Git repository. All
+        work now should be done in topic branches and reviewed by a
+        core committer before being applied to master. All releases
+        are done by a cabal member and merged from master to
+        stable. This plan was devised by Yuval, blame him. (perigrin)
+
     * Moose::Meta::Role
-      - Create metaclass attributes for the different role application classes.
-        (rafl)
+      - Create metaclass attributes for the different role application
+        classes.  (rafl)
+
     * Moose::Util::MetaRole
-      - Allow applying roles to a meta role's role application classes. (rafl)
+      - Allow applying roles to a meta role's role application
+        classes. (rafl)
+
     * Moose::Meta::Attribute
-      - add weak_ref to allowed options for "has '+foo'" (mst)
+      - Add weak_ref to allowed options for "has '+foo'" (mst)
 
 0.87 Tue Jul 7, 2009
     * Moose::Meta::Method::Delegation