Add change for bug fix.
Dave Rolsky [Mon, 19 Jan 2009 17:37:25 +0000 (17:37 +0000)]
Add space

Changes

diff --git a/Changes b/Changes
index 51cf345..ee366a8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,18 +6,27 @@ Revision history for Perl extension Moose
         superclass's method (not overridden) _also_ called super(),
         Moose went into an endless recursion loop. Test provided by
         Chris Prather. (Dave Rolsky)
+
     * Moose::Meta::TypeConstraint
       - Add some explanation for a few explanationless methods (gphat)
 
+    * t/100_bugs/011_DEMOLISH_eats_exceptions.t
+      - Fixed some bogus failures that occurred because we tried to
+        validate filesystem paths in a very ad-hoc and
+        not-quite-correct way. (Dave Rolsky)
+
 0.64 Wed, December 31, 2008
     * Moose::Meta::Method::Accessor
       - Always inline predicate and clearer methods (Sartak)
+
     * Moose::Meta::Attribute
       - Support for parameterized traits (Sartak)
       - verify_against_type_constraint method to avoid duplication
         and enhance extensibility (Sartak)
+
     * Moose::Meta::Class
       - Tests (but no support yet) for parameterized traits (Sartak)
+
     * Moose
       - Require Class::MOP 0.75+, which has the side effect of making
         sure we work on Win32. (Dave Rolsky)