changelog
Jesse Luehrs [Fri, 22 Jul 2011 14:22:15 +0000 (09:22 -0500)]
Changes

diff --git a/Changes b/Changes
index 83783e3..5006d97 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,18 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [BUG FIXES]
+
+  * Moose::Util::does_role shouldn't call ->does on things that don't inherit
+    from Moose::Object.
+
+  * Make ->does initialize the metaclass, so that calling it as a class method
+    on a class which sets up inheritance via some method other than extends
+    works properly (this fixes an issue with MooseX::Types).
+
+  * Make Dist::CheckConflicts a runtime requirement, so moose-outdated always
+    works.
+
 2.0200 Mon, Jul 18, 2011
 
   [OTHER]