Changes
Shawn M Moore [Sun, 7 Dec 2008 02:35:16 +0000 (02:35 +0000)]
Changes [new file with mode: 0644]

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..64d0d49
--- /dev/null
+++ b/Changes
@@ -0,0 +1,10 @@
+Changes for MooseX-Role-Parameterized
+
+0.02
+    * Using keywords outside of the role block is now allowed and handled.
+
+    * The role generated by the role block is now composed with its parent role.
+      This is so you can have unparameterized components to your parameterized
+      roles, and so that does_role returns true if you ask about the parent
+      role (instead of the anonymous parameterized role).
+