mention manual fixups in Changes
Matt S Trout [Wed, 10 Jun 2009 19:36:00 +0000 (20:36 +0100)]
Changes

diff --git a/Changes b/Changes
index 6e414e8..03c27f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,14 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+    * Moose::Manual::Types
+      - Mention MooseX::Types early to avoid users falling down the
+        string parsing rathole (mst)
+
+    * Moose::Manual::MooseX
+      - Add warnings about class-level extensions and mention considering
+        using plain objects instead
+
 0.81 Sun, Jun 7, 2009
     * Bumped our Class::MOP prereq to the latest version (0.85), since
       that's what we need.