Changelog indenting.
Florian Ragwitz [Tue, 2 Feb 2010 23:47:11 +0000 (00:47 +0100)]
Changes

diff --git a/Changes b/Changes
index ae34910..f71e58a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,17 +2,17 @@ Revision history for Perl extension Class-MOP.
 
 0.98 Mon, Jan 18, 2010
 
-[ENHANCEMENTS]
+  [ENHANCEMENTS]
 
-* Added Class::MOP::Class->rebless_instance_back, which does the inverse of
-  rebless_instance (doy, rafl).
+  * Added Class::MOP::Class->rebless_instance_back, which does the inverse of
+    rebless_instance (doy, rafl).
 
 0.97_01 Mon, Jan 4, 2010
 
-[ENHANCEMENTS]
+  [ENHANCEMENTS]
 
-* Internal refactorings to move shared behavior into new "mixin" classes. This
-  made adding some new features to Moose much easier. (Dave Rolsky)
+  * Internal refactorings to move shared behavior into new "mixin" classes. This
+    made adding some new features to Moose much easier. (Dave Rolsky)
 
 0.97 Fri, Dec 18, 2009
     * No code changes, just packaging fixes to make this distro installable.