From: Shawn M Moore <sartak@gmail.com>
Date: Thu, 2 Jul 2009 19:18:21 +0000 (-0400)
Subject: 0.27 changes
X-Git-Tag: 0.27
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f917442eacec25b3554c0cbfa8334072ca5e52c;p=gitmo%2FMouse.git

0.27 changes
---

diff --git a/Changes b/Changes
index dd6d79f..642a2fc 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Mouse
 
-0.27
+0.27 Thu Jul  2 15:17:37 2009
+    * Doc updates (Sartak)
+
+    * Include missing Mouse::Tiny
 
 0.26 Wed Jul  1 13:39:30 2009
     * Fix failing tests by requiring a newer Moose in that test (t0m)