X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c054d06c168280e6c10851f16289dac3d56463d1;hb=31633b2663f3f18784c3356360339b919e64846c;hp=8bb7417052c1b8e6eca9cecdbe16e0c8f0ace0e4;hpb=6820e93974f7ea696fb5340f01e6f4e676fdd4b0;p=gitmo%2FMooseX-Types-Common.git diff --git a/Changes b/Changes index 8bb7417..c054d06 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,18 @@ +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 + Rolsky) +0.001002 2010-02-22 17:00EST + - Add Test::Exception to the test_requires (RT#54357) + - Warning when you try to import things from MooseX::Types::Common rather + than one of the specific String/Numeric modules in the distribution. 0.001001 2010-01-04 - POD updates 0.001000 - - Initial release. This is a spin off from Reaction. \ No newline at end of file + - Initial release. This is a spin off from Reaction.