Changes, bump to 0.17 for release
Shawn M Moore [Wed, 18 Feb 2009 01:11:51 +0000 (01:11 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index e38a1ce..eee5a3e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,12 @@
 Revision history for Mouse
 
-0.17
+0.17 Tue Feb 17 20:10:29 2009
     * Load mro directly if Perl is recent enough (Nicholas Clark)
 
     * Add dump method from Moose::Object into Mouse::Object (perigrin)
 
+    * Add role-role composition (tokuhirom)
+
 0.16 Mon Feb 9 20:56:27 2009
     * Implement get_all_method_names
 
index 2743341..be0ee4b 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 
 BEGIN {
     if ($ENV{MOUSE_DEBUG}) {