move repository to http://github.com/moose/MooseX-Types-Common
[gitmo/MooseX-Types-Common.git] / Changes
diff --git a/Changes b/Changes
index 1ae50ca..da89720 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for {{$dist->name}}
 
 {{$NEXT}}
   - converted to Dist::Zilla
+  - SingleDigit now supports zero and negative numbers (RT#86738)
+  - UpperCase and LowerCase string types now properly understand unicode
+    characters (RT#84547)
+  - repository moved to the github moose organization
 
 0.001008   2012-06-14 11:29:50 PDT
   - Upper* and Lower* string types now accept non-alphabetic characters (Karen