add upper/lowercase for SimpleStr and Str
[gitmo/MooseX-Types-Common.git] / Changes
diff --git a/Changes b/Changes
index 8bb7417..57d9d27 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,13 @@
+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.