Add note about test fixes
Dave Rolsky [Tue, 12 May 2009 20:16:29 +0000 (15:16 -0500)]
Changes

diff --git a/Changes b/Changes
index 6c2d14d..44a2ddf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -32,6 +32,10 @@ for, noteworthy changes.
       - Add a role-combination hook, _role_for_combination, for the
         benefit of MooseX::Role::Parameterized (Sartak)
 
+    * Tests
+      - Some tests were failing on Win32 because they explicit checked
+        warning output for newlines. Reported by Nickolay Platonov.
+
 0.77 Sat, May 2, 2009
     * Moose::Meta::Role
       - Add explicit use of Devel::GlobalDestruction and Sub::Name