From: Jesse Luehrs Date: Fri, 22 Jul 2011 14:31:12 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0300~134 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78de25af9d751ccbce287e6fd95f7c98e8743d81;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index ab7a8c0..23c9bf6 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,19 @@ for, noteworthy changes. * The optimize_as option for type constraints has been deprecated. Use the inline_as option to provide inlining code instead. (Dave Rolsky) +2.0201 Fri, Jul 22, 2011 + + [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