X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=95df9de374d0d7d27b90056d93be6004f6ff3940;hb=9d246d235e0289af660c4307bc6cdb3622371269;hp=7824d21e018e5e4ae1fe8c8f288ada9878a13418;hpb=717f8e7a832fbf9e1b3f491a458f82e1d7776a5a;p=gitmo%2FMooseX-Types.git diff --git a/Changes b/Changes index 7824d21..95df9de 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,20 @@ Revision history for MooseX-Types {{$NEXT}} + - Fix a bug in the tests that caused failures with Moose HEAD. (doy) -0.26 2011-06-05 +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)