From: Jesse Luehrs Date: Fri, 22 Jul 2011 14:22:15 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0201~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf79fd235780b37e440625c8b3efad62c7953775;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 83783e3..5006d97 100644 --- 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]