Clean up changes for rela
Dave Rolsky [Tue, 16 Jun 2009 13:38:39 +0000 (08:38 -0500)]
Changes

diff --git a/Changes b/Changes
index b802c21..94fa9ce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,19 +1,14 @@
 Revision history for Perl extension Class-MOP.
 
-0.87 Tue, Jun 16, 2009
+0.86 Tue, Jun 16, 2009
     * Class::MOP::Class
       - If you redefined a subroutine at runtime and then wrapped it
         with a method modifier, the modifier could in some cases wrap
         the original version of the subroutine
 
     * Class::MOP::Class
-      - If a class defines its own DESTROY, we will not inline a
-        destructor (Dylan Hardison)
-
-0.86 Thu, Jun 11, 2009
-    * Class::MOP::Class
-      - make_immutable issues a warning instead of overriding a 
-        DESTROY method on immutable classes. (Dylan William Hardison).
+      - make_immutable issues a warning instead of overriding a
+        DESTROY method on immutable classes. (Dylan William Hardison)
 
 0.85 Sat, Jun 6, 2009
     * Class::MOP::Attribute