Small doc tweaks
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index f67d819..7d27713 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+0.89_02
+    * Moose::Meta::Attribute::Native
+      - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp)
+
 0.89_01 Wed Sep 2, 2009
     * Moose::Meta::Attribute
       - Added the currying syntax for delegation from AttributeHelpers to the
@@ -8,8 +12,11 @@ for, noteworthy changes.
 
     * Moose::Meta::Attribute::Native
       - We have merged the functionality of MooseX::AttributeHelpers into the
-        Moose core with some API tweaks. See Moose::Manual::Delta for
-        details. (hdp, jhannah, rbuels, Sartak, perigrin, doy)
+        Moose core with some API tweaks. You can continue to use
+        MooseX::AttributeHelpers, but it will not be maintained except
+        (perhaps) for critical bug fixes in the future. See
+        Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak,
+        perigrin, doy)
 
     * Moose::Error::Croak
     * Moose::Error::Confess