Document more changes and deprecations for 0.89_02
Dave Rolsky [Mon, 7 Sep 2009 16:57:46 +0000 (11:57 -0500)]
Changes
lib/Moose/Manual/Delta.pod

diff --git a/Changes b/Changes
index ed9c0c9..6d7f9dd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,12 +5,21 @@ for, noteworthy changes.
     * Moose::Meta::Attribute::Native
       - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp)
 
+    * Moose::Meta::Attribute::Native::Trait::Array
+      - Added a number of functions from List::Util and List::MoreUtils,
+        including reduce, shuffle, uniq, and natatime. (doy)
+
     * Moose::Exporter
       - This module will now generate an init_meta method for your exporting
         class if you pass it options for
         Moose::Util::MetaRole::apply_metaclass_roles or
         apply_base_class_roles. This eliminates a lot of repetitive
         boilerplate for typical MooseX modules. (doy).
+      - Documented the with_meta feature, which is a replacement for
+        with_caller. This feature was added by josh a while ago.
+      - The with_caller feature is now deprecated, but will not issue a
+        warning yet. (Dave Rolsky)
+
 
 0.89_01 Wed Sep 2, 2009
     * Moose::Meta::Attribute
index a2d303d..2eab498 100644 (file)
@@ -16,7 +16,7 @@ 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 Version XX
+=head1 Version 0.89_02
 
 =over 4
 
@@ -24,6 +24,11 @@ send us a patch.
 
 In particular, we now have C<reduce>, C<shuffle>, C<uniq>, and C<natatime>.
 
+=item The Moose::Exporter with_caller feature is now deprecated
+
+Use C<with_meta> instead. The C<with_caller> option will start warning in a
+future release.
+
 =back
 
 =head1 Version 0.89_01