Fix spelling of "recommended"
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index f26dde2..fc59bac 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,15 @@ Revision history for Perl extension Moose
         much easier. (Dave Rolsky)
 
     * Moose
+    * Moose::Cookbook::Meta::Recipe5
+      - Implemented metaclass traits (and wrote a recipe for it):
+
+          use Moose -traits => 'Foo'
+
+        This should make writing small Moose extensions a little
+        easier (Dave Rolsky)
+
+    * Moose
     * Moose::Cookbook::Extending::Recipe1
     * Moose::Cookbook::Extending::Recipe2
       - Rewrote extending and embedding moose documentation and