Changes for next release
Dave Rolsky [Wed, 31 Aug 2011 15:23:03 +0000 (10:23 -0500)]
Changes

diff --git a/Changes b/Changes
index 27af1af..00666a8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.001003
+  - 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