Also see Moose::Manual::Delta for more details of, and workarounds
for, noteworthy changes.
- next version
+ * Moose::Meta::Attribute
+ - Added the currying syntax for delegation from AttributeHelpers
+ to the existing delegation API. (hdp)
+
+ * Moose::Meta::Attribute::Native
+ - Moved in from MooseX::AttributeHelpers with API tweaks. See
+ Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak,
+ perigrin, doy)
+
+ * Moose::Error::Croak
+ * Moose::Error::Confess
+ - Clarify documentation on how to use. (Curtis Jewell)
+
0.89 Thu Aug 13, 2009
* Moose::Manual::Attributes
- Clarify "is", include discussion of "bare". (Sartak)