From: Shawn M Moore <sartak@gmail.com>
Date: Sun, 10 May 2009 16:47:06 +0000 (-0400)
Subject: Changes thus far
X-Git-Tag: 0.06~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d25e4ce2800a3a3ce2c72659fb9fec32e712da84;p=gitmo%2FMooseX-Role-Parameterized.git

Changes thus far
---

diff --git a/Changes b/Changes
index 0745764..2e4d108 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Changes for MooseX-Role-Parameterized
 
+0.06
+    * Fix long-standing role-role combination bug, reported by several
+      users (Sartak)
+
+    * Documentation improvements (Sartak)
+
 0.05  Apr 24, 2009
     * Use replace_constructor in Meta::Parameter's make_immutable (nothingmuch)