X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b3f4610ced75652c37bc75a0d46879ad433ffd10;hb=bb6ac54a06ef6abfe6adcc32c3606535a0126a18;hp=8de2ff6c92d7a613a27c59a20f9fe78ba2de9e51;hpb=77f59e6651671eb5b3ba2059b60a876ff408633d;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 8de2ff6..b3f4610 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,15 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -NEXT +1.17 Tue, Oct 19, 2010 + + [BUG FIXES] + + * Make native delegation inlining work with instance metaclasses where slot + access is an do {} block, like Kioku. This fixes the use of native + delegations together with Kioku. (Scott, doy) + +1.16 Mon, Oct 18, 2010 [ENHANCEMENTS] @@ -13,6 +21,18 @@ NEXT what arguments each native delegation method allows or requires. (Dave Rolsky) + * Passing an odd number of args to ->new() now gives a more useful warning + than Perl's builtin warning. Suggested by Sir Robert Burbridge. (Dave + Rolsky) + + * Allow disabling stack traces by setting an environment variable. See + Moose::Error::Default for details. This feature is considered + experimental, and may change in a future release. (Marcus Ramberg) + + * The deprecation warning for using alias and excludes without a leading + dash now tells you the role being applied and what it was being applied + to. (mst). + [BUG FIXES] * A number of native trait methods which expected strings as arguments did @@ -33,19 +53,21 @@ NEXT * We now ignore all Class::MOP and Moose classes when determining what package called a deprecated feature. This should make the deprecation - warnings saner, and make it possible to turn them off more easily. + warnings saner, and make it possible to turn them off more easily. (Dave + Rolsky) - * The deprecated "default is" warning no longer happens is the attribute has + * The deprecated "default is" warning no longer happens if the attribute has any accessor method defined (accessor, reader, writer). Also, this warning - only happens when a method generated because of the default is is actually - called, rather than when the attribute is defined. + only happens when a method that was generated because of the "default is" + gets called, rather than when the attribute is defined. (Dave Rolsky) * The "default default" code for some native delegations no longer issues a - deprecation warning when the attribute is required or has a builder. + deprecation warning when the attribute is required or has a builder. (Dave + Rolsky) * Setting a "default default" caused a fatal error if you used the builder or lazy_build options for the attribute. Reported by Kent Fredric. RT - #59613. + #59613. (Dave Rolsky) 1.15 Tue, Oct 5, 2010