X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=87ed13c23a803269456e7cd8ca3482cc811e4637;hb=5fa797153fd062a0b9ea4d57bf2baf78b5510e88;hp=e00ea8787c804101f3ab7d97ac9b1bcd97e1e1dc;hpb=c3476f31b926cb4e23c5742260ed6976cace4966;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Changes b/Changes index e00ea87..87ed13c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for MooseX-UndefTolerant +0.07 + * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg) + +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.