X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2f376e20e0416b98bbbc044e98c3b4f2cc01f84b;hb=8ff3c51e80bdbf4845fd4dd3e6413199b2fe2e5e;hp=90042d71cba2ad09a9467037fbd8a547612f5313;hpb=5049f3acda021880774ca703c53c1130fa941cab;p=gitmo%2FMooseX-Types.git diff --git a/Changes b/Changes index 90042d7..2f376e2 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,26 @@ Revision history for MooseX-Types {{$NEXT}} + - Add support for qw( :all ) on MooseX::Types::Combine libraries. (kentnl) +0.30 2011-09-17 + - Fix a bug in the tests that caused failures with Moose HEAD. (doy) + +0.29 2011-08-20 + - Require namespace::clean 0.19. Tests fail with 0.18. Reported by + Ruslan Zakirov. RT #67923. + +0.28 2011-08-02 + - Fixed git and bug tracking info in META.{yml,json}. Reported by + Petter Rabbitson. (Dave Rolsky) + +0.27 2011-06-06 + - A better fix for type constraint changes in Moose 2.0100. (doy) + +0.26 2011-06-05 - Small changes for forward compatibility with Moose 2.0100, when it is released. (Dave Rolsky) + - Some small doc cleanup and improvements. (Dave Rolsky) 0.25 2010-11-30 - The test suite now uses Test::Fatal instead of Test::Exception