fix some pod errors
[gitmo/Moose.git] / lib / Moose / Manual / Delta.pod
index 8dc222f..7c1c2ea 100644 (file)
@@ -19,6 +19,33 @@ 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 2.0300
+
+=over 4
+
+=item Hand-optimized type constraint code causes a deprecation warning
+
+If you provide an optimized sub ref for a type constraint, this now causes a
+deprecation warning. Typically, this comes from passing an C<optimize_as>
+parameter to C<subtype>, but it could also happen if you create a
+L<Moose::Meta::TypeConstraint> object directly.
+
+Use the inlining feature (C<inline_as>) added in 2.0100 instead.
+
+=back
+
+=head1 2.0205
+
+=over 4
+
+=item Array and Hash native traits provide a C<shallow_clone> method
+
+The Array and Hash native traits now provide a "shallow_clone" method, which
+will return a reference to a new container with the same contents as the
+attribute's reference.
+
+=back
+
 =head1 2.0100
 
 =over 4
@@ -33,7 +60,9 @@ subroutine reference.
 This affects the C<optimize_as> sub exported by
 L<Moose::Util::TypeConstraints>. Use C<inline_as> instead.
 
-This will start warning in the 2.0200 release.
+This will start warning in the 2.0300 release.
+
+=back
 
 =head1 2.0002