Tell user to upgrade Catalyst if necessary.
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 1576ad8..3f363b4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+  [ENHANCEMENTS]
+
+  * Moose::Object::does no longer checks the entire inheritance tree, since
+    Moose::Meta::Class::does_role already does this. (doy)
+  * Moose::Object now has stubs for BUILD and DEMOLISH, so they can be safely
+    wrapped in roles without needing to provide your own stubs. (doy)
+
 0.94 Mon, Jan 18, 2010
 
   [API CHANGES]