privatize apply_class_attributes and update pod coverage exclusions
[gitmo/MooseX-ClassAttribute.git] / Changes
diff --git a/Changes b/Changes
index 9fdc675..00982ff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,14 @@
+0.11
+
+- Roles can now have class attributes, which will be fully initialized when
+  the role is applied to a class.
+
+- Many modules have been renamed from MooseX::ClassAttribute::Role::Meta::* to
+  MooseX::ClassAttribute::Trait::*.
+
+- Deprecated the get_class_attribute_map method.
+
+
 0.10   2009-08-26
 
 - Fixed to make triggers work with Moose 0.89+, and made triggers pass the old