Improve the DEMOLISHALL tests to check ordering, in even less code :)
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 3adb109..f875682 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,7 +16,21 @@ Revision history for Perl extension Moose
       Moose::Meta::Role
       Moose::Meta::Role::Composite
       Moose::Util::TypeConstraints
-      - 
+      - switched usage of reftype to ref because 
+        it is much faster
+        
+    * Moose::Meta::Role
+      - changing add_package_symbol to use the new
+        HASH ref form
+    
+    * Moose::Object
+      - fixed how DEMOLISHALL is called so that it 
+        can be overrided in subclasses (thanks to Sartak)
+        - added test for this (thanks to Sartak)
+
+    * Moose::Util::TypeConstraints
+      - move the ClassName type check code to
+        Class::MOP::is_class_loaded (thanks to Sartak)
 
 0.48 Thurs. May 29, 2008
     (early morning release engineering)--