Snacks shout-out in the changelog
Stevan Little [Fri, 7 Sep 2007 12:40:18 +0000 (12:40 +0000)]
Changes

diff --git a/Changes b/Changes
index e1ff6c1..451dee7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Moose
 
 0.26
+    ~ Several doc updates/cleanup thanks to castaway ~
+
     * Moose
       - added all the meta classes to the immutable list and 
         set it to inline the accessors
@@ -23,6 +25,11 @@ Revision history for Perl extension Moose
       - fixed issue with overload::Overloaded getting called 
         on non-blessed items.
         - added tests for this
+    
+    * Moose::Coookbook::Snacks
+      - these are bits of documentation, not quite as big as 
+        Recipes but which have no clear place in the module docs. 
+        So they are Snacks! (horray for castaway++)
 
 0.25 Mon. Aug. 13, 2007
     * Moose