X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=33374510ad3d6de80a0964ad1bf28a19c3ef548a;hb=550e9d3e9732c4c274b9d264e06f01c94daf0cf6;hp=3bb443e8eba9f661ce6a51c868273e3c46783609;hpb=779ca481dfc39471fbcbe33772436cf72daac821;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Changes b/Changes index 3bb443e..3337451 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ Revision history for MooseX-UndefTolerant + + * Additional (TODO) unit tests for immutable classes, and documentation + notes about these limitations. (Karen Etheridge) + + * Added forward compatibility with Moose 1.9900+, but this module still + works with older Moose too. (Dave Rolsky) + +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