X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0581399b1193e25ced87201c10fce58ccbb844f2;hb=6376e429c660049a7e6b735bd785d49803dc8d05;hp=af56674dad83b82fc63a2aa6ba97329098996b33;hpb=38a6d1e7e4d005fc73caa135820f692cbf3778fc;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Changes b/Changes index af56674..0581399 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,12 @@ Revision history for MooseX-UndefTolerant - +0.08 February 27, 2011 * 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)