Changes for 0.05
Dave Rolsky [Sat, 26 Feb 2011 18:56:44 +0000 (12:56 -0600)]
Changes

diff --git a/Changes b/Changes
index 154d50b..bf982b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,12 @@
-- Allow MooseX::FollowPBP to be used in roles.
+0.05   2011-02-26
+
+- In Moose 1.9900+, attributes from roles no longer acquire the consuming
+  class's attribute traits. However, you can apply attribute traits like this
+  one to attributes in roles, and that trait is preserved when the role is
+  applied to a class.
+
+  See the documentation for more details.
+
 
 0.04   2010-07-20