mention $self->new in Changes and Delta
Dave Rolsky [Wed, 14 Oct 2009 16:32:19 +0000 (11:32 -0500)]
Changes
lib/Moose/Manual/Delta.pod

diff --git a/Changes b/Changes
index 84051e3..e88d470 100644 (file)
--- 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)
index 286fe8c..32139df 100644 (file)
@@ -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