X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=873471da4fbe4511aa6a1ed69a44a6bf555716ac;hb=12700b70c74180faf4db471b2b86cfa33001a13f;hp=cbb0827cc7a4a60ad72bcf91e024148ce931eb74;hpb=19fc6ead4a6a8ab39892d70b7a6d1a32392ee720;p=gitmo%2FMooseX-Types.git diff --git a/Changes b/Changes index cbb0827..873471d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,28 @@ Revision history for MooseX-Types +0.24 + - Avoid more warnings from Moose 1.09 in tests (Dave Rolsky). + +0.23 Tue Jul 20 02:18:37 CEST 2010 + - Avoid warnings from Moose 1.09 in tests (Dave Rolsky). + +0.22 Tue Jun 1 20:10:12 CEST 2010 + - Update docs to mention MRO::Compat rather than Class::C3. + - Added '0+' overloading to solve the type constraint equality + regression introduced when Moose 1.05 tightened the rules + determing type constraint equality. Added tests for the + regression. + +0.21 Thu Dec 24 00:21:26 EST 2009 + - Attempting to import a non-existent type from a combined type + library gave a very confusing error message from the + MooseX::Types::Combined internals. Now it gives you a much more + useful message. (Dave Rolsky) + - bump up Moose dep (RT#53016) + +0.20 Thu Sep 10 22:34:48 EDT 2009 + - fix "empty export" warning (doy). + 0.19 Sun Aug 23 15:03:02 EDT 2009 - un-fix coercions on parameterized types, since it broke MooseX::Method::Signatures, as well as any other code that relied on @@ -85,4 +108,3 @@ Revision history for MooseX-Types 0.01 Wed Aug 8 18:19:34 CEST 2007 - Initial release -