From: Ricardo Signes Date: Thu, 1 Sep 2011 19:51:33 +0000 (-0400) Subject: changelog/delta for shallow_clone X-Git-Tag: 2.0205~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa31555223cc340984178eac53a4d7d1d9511e59;p=gitmo%2FMoose.git changelog/delta for shallow_clone Conflicts: Changes lib/Moose/Manual/Delta.pod --- diff --git a/Changes b/Changes index ec4f1a0..303528e 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,12 @@ for, noteworthy changes. {{$NEXT}} + [NEW FEATURES] + + * 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. + [BUG FIXES] * When specifying an attribute trait, passing options for the trait besides diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 52a781d..52cc387 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -19,6 +19,18 @@ 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.0205 + +=over 4 + +=item Array and Hash native traits provide a C 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