X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=55d3b1e169c6fde6fcda5320fc8442c9ab400ff5;hb=b5deb4127dcc9d5d651a8892ce85c07e68dca730;hp=4fa1b66ec6f3b901bd399f80142909f7c022dd58;hpb=0e914b095a079c42c496bf6f38e344a1cc33fad5;p=gitmo%2FMooseX-Types-Structured.git diff --git a/Changes b/Changes index 4fa1b66..55d3b1e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for MooseX-Types-Structured +0.11 06 April 2009 + - Fixed braindead bug in the way I override ->validate, which caused + valiate to never correctly pass a constraint. +0.10 02 April 2009 + - Minor documentation grammar fixes and one major example error fixed + - Much improved error reporting. Now we return the 'internal' error + that kicked a validation failure. It's still best to use this for + debugging rather than for actual user error messages, since I think + we are rapidly approaching a need for Moose constraints needing more + in the error and message reporting. + - Documentation for the above. 0.09 07 March 2009 - I guess we don't support the "subtype MyType, [TypeConstraint]" syntax anymore. Changed the recursion test to reflect that, which should fix