X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=95df9de374d0d7d27b90056d93be6004f6ff3940;hb=9d246d235e0289af660c4307bc6cdb3622371269;hp=f12d70883c4dffbe15b6ac46d3dc123de225cc64;hpb=32aafea1d638b681676853af599a0bd3d79244e8;p=gitmo%2FMooseX-Types.git diff --git a/Changes b/Changes index f12d708..95df9de 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,13 @@ Revision history for MooseX-Types {{$NEXT}} + - 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) @@ -9,7 +15,6 @@ Revision history for MooseX-Types - 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)