document MX::AttributeShortcuts 009+ support
Matt S Trout [Fri, 27 Apr 2012 04:02:01 +0000 (04:02 +0000)]
Changes
lib/Moo.pm

diff --git a/Changes b/Changes
index e894495..958201c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+  - 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
index bead1cb..1462531 100644 (file)
@@ -520,7 +520,7 @@ similar invocation for L<Moose> would be:
 
 Additionally, L<Moo> supports a set of attribute option shortcuts intended to
 reduce common boilerplate.  The set of shortcuts is the same as in the L<Moose>
-module L<MooseX::AttributeShortcuts>.  So if you:
+module L<MooseX::AttributeShortcuts> as of its version 0.009+.  So if you:
 
     package MyClass;
     use Moo;