Fix changelog nit
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index c86218c..b3701e2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,7 @@ Revision history for Perl extension Class-MOP.
   [ENHANCEMENTS]
 
   * Metaclass incompatibility checking now checks all metaclass types. (doy)
+
   * Class::MOP can now do simple metaclass incompatibility fixing: if your
     class's metaclass is a subclass of your parent class's metaclass, it will
     just use the parent class's metaclass directly. (doy)