Doc
Shawn M Moore [Sun, 3 May 2009 18:42:49 +0000 (14:42 -0400)]
Changes

diff --git a/Changes b/Changes
index df8bcde..10b2191 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,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