From: Jesse Luehrs <doy@tozt.net>
Date: Sun, 3 May 2009 02:39:44 +0000 (-0500)
Subject: update changes
X-Git-Tag: 0.78~46
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=636812238efdc7b4daf04eb302400eb57c04ddff;p=gitmo%2FMoose.git

update changes
---

diff --git a/Changes b/Changes
index 95013b6..85aed7b 100644
--- 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