X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5191674d44b270016ccaa19dd681d63d3df5501b;hb=8bcff24a7b95e7c13d9c09a1f45f107116d57c79;hp=f6b74d40e512c67c033212d8de2da4cba5350537;hpb=ec9b40825a32befe5fc1537761fae24aedba23a3;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index f6b74d4..5191674 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,28 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.89_02 + * Moose::Meta::Attribute::Native + - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp) + + * Moose::Meta::Attribute::Native::Trait::Array + - Added a number of functions from List::Util and List::MoreUtils, + including reduce, shuffle, uniq, and natatime. (doy) + + * Moose::Exporter + - This module will now generate an init_meta method for your exporting + class if you pass it options for + Moose::Util::MetaRole::apply_metaclass_roles or + apply_base_class_roles. This eliminates a lot of repetitive + boilerplate for typical MooseX modules. (doy). + - Documented the with_meta feature, which is a replacement for + with_caller. This feature was added by josh a while ago. + - The with_caller feature is now deprecated, but will not issue a + warning yet. (Dave Rolsky) + - If you try to wrap/export a subroutine which doesn't actually exist, + Moose::Exporter will warn you about this. (doy) + + 0.89_01 Wed Sep 2, 2009 * Moose::Meta::Attribute - Added the currying syntax for delegation from AttributeHelpers to the @@ -22,6 +44,11 @@ for, noteworthy changes. * Moose - Correct POD for builder to point to Recipe8, not 9. (gphat) + * Moose::Exporter + - When a nonexistent sub name is passed to as_is, with_caller, or + with_meta, throw a warning and skip the exporting, rather than + installing a broken sub. (doy) + 0.89 Thu Aug 13, 2009 * Moose::Manual::Attributes - Clarify "is", include discussion of "bare". (Sartak)