From: Fuji, Goro Date: Mon, 27 Sep 2010 05:48:05 +0000 (+0900) Subject: Changelogging X-Git-Tag: 0.75~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad2193e810955db4a345e191a7cfb4a5723a6d05;p=gitmo%2FMouse.git Changelogging --- diff --git a/Changes b/Changes index 26cc6b0..46386e4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Mouse +0.75 + [BUG FIXES] + * Diamond inheritanc without C3 mro cauld cause problems in Mouse::XS + 0.74 Sun Sep 26 11:46:29 2010 [BUG FIXES] * Workaround Test::Builder2 problem again.