Update changes for tom's mro fix
Dave Rolsky [Fri, 27 Aug 2010 15:16:27 +0000 (10:16 -0500)]
Changes

diff --git a/Changes b/Changes
index 0c6ba3e..ca9395c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,7 +4,9 @@ for, noteworthy changes.
 NEXT
 
   [BUG FIXES]
-  * mro::get_linear_isa is called as a function rather than a method
+
+  * mro::get_linear_isa was being called as a function rather than a method,
+    which caused problems with Perl 5.8.x. (t0m)
 
   * Union types always created a type constraint, even if their constituent
     constraints did not have any coercions. This bogus coercion always