=over 4
+=over
+
=item New Native delegation methods from L<List::Util> and L<List::MoreUtils>
In particular, we now have C<reduce>, C<shuffle>, C<uniq>, and C<natatime>.
(but be aware that modifying those mutable ancestors can still lead to
incorrect behavior in your subclass).
+=item Added Native delegation for Code refs
+
+See L<Moose::Meta::Attribute::Native::Trait::Code> for details.
+
=back