From: Dave Rolsky Date: Fri, 16 Sep 2011 14:14:00 +0000 (-0500) Subject: Put deprecations first in the Changes listing X-Git-Tag: 2.0300~69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e90b800a16202df7f1c905d3b9b88a42703097ab;p=gitmo%2FMoose.git Put deprecations first in the Changes listing --- diff --git a/Changes b/Changes index 2a67ba8..8208be3 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,11 @@ for, noteworthy changes. {{$NEXT}} + [DEPRECATIONS] + + * The optimize_as option for type constraints has been deprecated. Use the + inline_as option to provide inlining code instead. (Dave Rolsky) + [ENHANCEMENTS] * The Moose::Exporter module now has a "meta_lookup" option when creating an @@ -11,11 +16,6 @@ for, noteworthy changes. MooseX::Role::Parameterized which generate new metaclasses on the fly. (sartak) - [DEPRECATIONS] - - * The optimize_as option for type constraints has been deprecated. Use the - inline_as option to provide inlining code instead. (Dave Rolsky) - [OTHER] * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are