X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=af56674dad83b82fc63a2aa6ba97329098996b33;hb=4f4692fdd77d83e814b7019785d0dfe97fb1112e;hp=de328e09aa894f09a500dbe1ad5d3c2f3f37d2d3;hpb=46ca011df3ba1633b1c13c619b37a4e8781c2b64;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Changes b/Changes index de328e0..af56674 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Revision history for MooseX-UndefTolerant + + * Additional (TODO) unit tests for immutable classes, and documentation + notes about these limitations. (Karen Etheridge) + +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)