From: Dave Rolsky Date: Wed, 14 Oct 2009 16:32:19 +0000 (-0500) Subject: mention $self->new in Changes and Delta X-Git-Tag: 0.93~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c378a61aa0c142ec01a87469b341109cb5c3b7d7;p=gitmo%2FMoose.git mention $self->new in Changes and Delta --- diff --git a/Changes b/Changes index 84051e3..e88d470 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. + * Moose::Object + - Calling $object->new() is no longer deprecated, and no longer + warns. (doy) * Moose::Meta::Role - The get_attribute_map method is now deprecated. (Dave Rolsky) diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 286fe8c..32139df 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -16,6 +16,16 @@ feature. If you encounter a problem and have a solution but don't see it documented here, or think we missed an important feature, please send us a patch. +=head1 0.93 + +=over 4 + +=item Calling $object->new() is no longer deprecated + +We decided to un-deprecate this. Now it just works. + +=back + =head1 0.90 =over 4