X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c64f69633e1d6a68f5e7e909dbdf4073a8c7dbef;hb=15404f7d7c05be18da6c04ac847ceac45c406b7c;hp=d2bcc8edabd067721fd47402d8bcd390052e4d6b;hpb=d8547fef2f451c1b92ad3bef27fa852f13ef3f18;p=gitmo%2FMooseX-Types-Structured.git diff --git a/Changes b/Changes index d2bcc8e..c64f696 100644 --- a/Changes +++ b/Changes @@ -2,15 +2,16 @@ Revision history for MooseX-Types-Structured 0.06 06 November 2008 - Added a 'helper' type constraint called Optional. See docs for more. - - added lots of tests to cover the API better, coverage an fixes for + - added lots of tests to cover the API better, coverage and fixes for the ->parameterize method in particular have been clarified. - changes so that the type contraints are more forgiving when null values appear in method calls. - - used make_immutable which should speed up the constraints. - - removed some unneccesary calls to use Moose when I wasn't using Moose. + - used ->make_immutable which should speed up the constraints. + - removed some unnecessary calls to use Moose when I wasn't using Moose. - lots of little code cleanup work and more internal documentation. - This version requires a newer Moose than previous versions. The - Makefile.PL has been updated to reflect this. + Makefile.PL has been updated to reflect this. This is a required + update. 0.05 08 November 2008 - Fixed some wackiness in the documentation.