Changes for bug fix (but it is not totally fixed) topic/rt-53611
Dave Rolsky [Fri, 16 Sep 2011 14:50:33 +0000 (09:50 -0500)]
Changes

diff --git a/Changes b/Changes
index 8208be3..dc07bcb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,6 +16,12 @@ for, noteworthy changes.
     MooseX::Role::Parameterized which generate new metaclasses on the
     fly. (sartak)
 
+  [BUG FIXES]
+
+  * When an attribute was removed and then re-added, it's insertion_order
+    could end up being the same as another attribute. This has been fixed so
+    that the old order is reused if possible.
+
   [OTHER]
 
   * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are