Changes for 0.09
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
diff --git a/Changes b/Changes
index e7bb9ae..63c9e9b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,27 @@
+0.09   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.08   2010-07-20
+
+- Fix a bad example in the SYNOPSIS.
+
+
+0.07   2010-07-14
+
+- Fix bad uri for bugtracker in metadata
+
+
+0.06   2010-07-14
+
+- Use modern Moose APIs, to avoid warnings with the next Moose release.
+
+
 0.05   2009-07-15
 
 - Now requires Moose 0.84 to prevent test failures.