X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2d09f822430bf1a777f16333f721348603418fac;hb=fe5e886061b9d3392b4b86201cb50d90d04c7f99;hp=0a45e2069faf1fe07cc5142f69ba3f9d8ed6f48d;hpb=8c18714858905491191a133640ad8fab1be876f0;p=gitmo%2FMooseX-Types-Structured.git diff --git a/Changes b/Changes index 0a45e20..2d09f82 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,20 @@ -Revision history for MooseX-Types-Structured +Revision history for {{$dist->name}} + +{{$NEXT}} + - fixed use of an interface that was deprecated in Moose-2.1100 + (ether) + +0.28 03 October 2011 + - Fixed regression where mixed type constraints (MX:Types style and + 'classic' Stringy style) are used in a single structured type doesn't + work. + +0.27 28 April 2011 + - test fixes for new Moose + +0.26 02 January 2011 + - removed version from Test::Fatal as asked by the debian folks + - small documentation updates 0.25 28 December 2010 - fixed bug where ->is_subtype_of dies meaninglessly when the type we @@ -6,6 +22,8 @@ Revision history for MooseX-Types-Structured handling consistent with core Moose. Also changed ->equals and ->is_a_type_of to be consistent. - Added test case for above + - The test suite now uses Test::Fatal instead of Test::Exception (Karen + Etheridge). 0.24 16 November 2010 - Added some performance enhancing caching code (phaeton)