From: gfx <gfuji@cpan.org>
Date: Wed, 9 Dec 2009 12:53:08 +0000 (+0900)
Subject: Changelogging
X-Git-Tag: 0.44~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=276dbb23df9de1d7d1bd0348b0016a66d907ebd7;p=gitmo%2FMouse.git

Changelogging
---

diff --git a/Changes b/Changes
index f9220a8..b2713de 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,13 @@
 Revision history for Mouse
 
 0.44 Wed Dec  9 21:43:21 2009
+    * Shipped with Module::Install::XSUtil 0.19 (gfx)
+
     * Test::Mouse
-        - Added
+        - Added (gfx)
 
     * Mouse::Util::TypeConstraints
-        - Add duck_type()
+        - Add duck_type (gfx)
 
 0.43 Mon Dec  7 14:21:59 2009
     * Improve documents