X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cf74a991fa3e74c60dda0157583e8ecaf328510d;hb=808c114ab2d2166dc86fd9895171aa4c0799ae5a;hp=00666a81892bf5c1a6252e8bbbef3e5bc3bf6feb;hpb=d818949c184eb650c14e879bf38d5ec099a0479a;p=gitmo%2FMooseX-Types-Common.git diff --git a/Changes b/Changes index 00666a8..cf74a99 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,15 @@ -0.001003 + - Upper* and Lower* string types now accept non-alphabetic characters (Karen + Etheridge) +0.001007 2012-02-23 11:50EST + - remove Test::Exception from a test +0.001006 2012-02-21 13:50EST + - fix POD per RT #75168 +0.001005 2012-02-19 20:45EST + - add NumericCode type, RT #74346 +0.001004 2011-12-05 23:30EST + - use Test::Fatal instead of Test::Exception (Justin Hunter) + - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133 +0.001003 2011-08-31 11:35EST - The positive and negative number types mistakenly accepted zero. Reported by Eric Brine. RT #53234. - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave