Doc
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 85aed7b..10b2191 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,15 @@ Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
 0.78
+    * Moose::Cookbook::FAQ and Moose::Cookbook::WTF
+      - Merged these documents into what is now Moose::Manual::FAQ
+
+    * Moose::Unsweetened
+      - Moved to Moose::Manual::Unsweetened
+
+    * Moose::Cookbook::Basics::Recipes 9-12
+      - Renamed to be 8-11, since recipe 8 did not exist
+
     * Moose::Exporter
       - Make Moose::Exporter import strict and warnings into packages
         that use it (doy)
@@ -10,6 +19,11 @@ for, noteworthy changes.
       - Fix DEMOLISHALL sometimes not being able to find DEMOLISH
         methods during global destruction (doy)
 
+    * Moose::Meta::Class
+    * Moose::Meta::Role::Application::ToClass
+      - Track the Role::Application objects created during class-role
+        consumption (Sartak)
+
 0.77 Sat, May 2, 2009
     * Moose::Meta::Role
       - Add explicit use of Devel::GlobalDestruction and Sub::Name