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)
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