update changes
Jesse Luehrs [Sun, 3 May 2009 02:39:44 +0000 (21:39 -0500)]
Changes

diff --git a/Changes b/Changes
index 95013b6..85aed7b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,10 @@ for, noteworthy changes.
       - Make Moose::Exporter import strict and warnings into packages
         that use it (doy)
 
+    * Moose::Object
+      - Fix DEMOLISHALL sometimes not being able to find DEMOLISH
+        methods during global destruction (doy)
+
 0.77 Sat, May 2, 2009
     * Moose::Meta::Role
       - Add explicit use of Devel::GlobalDestruction and Sub::Name