X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=57d9d27650791da108fc583592040ffad9e7c36c;hb=0ab51d6bc23f65cd4a546a8787a7d51cb8a43e81;hp=b109176a7eb47524c714514970313cde93a50352;hpb=cb7c09660f41e68c95073b8cb3e9444a6445a573;p=gitmo%2FMooseX-Types-Common.git diff --git a/Changes b/Changes index b109176..57d9d27 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +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.