fix test failure where Class::XSAccessor is not used for rwp
[gitmo/Moo.git] / Changes
diff --git a/Changes b/Changes
index d7c2242..b589fc1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+  - fix test failure where Class::XSAccessor is not available
+
+0.091000 - 2012-04-27
+  - document MX::AttributeShortcuts 009+ support
+  - documentation for the metaclass inflation code
+  - better error message for broken BUILDARGS
+  - provide 'no Moo::sification' to forcibly disable metaclass inflation
+  - switch to Devel::GlobalDestruction to correctly disarm the
+    Moo::sification trigger under threads
   - make extends after has work
   - name subs if Sub::Name is available for better stracktraces
   - undefer all subs before creating a concrete Moose metaclass