Doc subtype of union bug fix in Changes
Dave Rolsky [Fri, 16 Sep 2011 14:12:37 +0000 (09:12 -0500)]
Changes

diff --git a/Changes b/Changes
index e28c853..0a06072 100644 (file)
--- a/Changes
+++ b/Changes
@@ -29,6 +29,12 @@ for, noteworthy changes.
     this will no longer throw an error. Reported by Mark-Jason Dominus. Fixes
     RT 69988. (Dave Rolsky)
 
+  [BUG FIXES]
+
+  * A subtype of a union type did not return the right results when you called
+    ->is_subtype_of or ->is_a_type_of on it. This has been fixed. RT
+    #70322. (Dave Rolsky)
+
   [OTHER]
 
   * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are