Remove dependency on Test::Warn by catching the warning ourself in the one test file...
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index 892c1b9..c878cd9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -18,6 +18,12 @@ Revision history for Mouse
       Mouse::Object
       - Add "before" and "around" triggers. Moose doesn't even have them yet! :)
 
+    * Everywhere
+      - Improvements to the MOP (e.g. Class->add_method)
+
+    * (build)
+      - Excise dependency on Test::Warn, we only used it in one simple test
+
 0.04 Tue Jun 17 04:56:36 2008
     * Mouse
       Mouse::Meta::Attribute