X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d3c3e218cdd47533322bba74f08a48cb7b15049a;hb=refs%2Ftags%2F0.06;hp=76164695d19d3ab4bf653316e12821119b0388a7;hpb=5447ee457d5fd503926799cb8efb8552bdb4764d;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Changes b/Changes index 7616469..d3c3e21 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,23 @@ -Revision history for MooseX-Attribute-UndefTolerant +Revision history for MooseX-UndefTolerant + +0.06 + * Add support for immutable classes (Chris Andrews) + * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews) + * POD fixups + +0.05 + * Avoid warnings from Moose 1.09. (Dave Rolsky) + +0.04 January 23, 2010 + * Rather than skipping initialization all together, just pop off the undef + and let the init happen normally. This makes default values work + properly. (Test provided by (and thanks to) Tom Heady) + +0.03 December 3, 2009 + * Fiddle with dependencies. + +0.02 December 2, 2009 + * Actually check the value properly, therefore setting it properly 0.01 Date/time First version, released on an unsuspecting world.