properly handle unicode in upper/lowercase types
[gitmo/MooseX-Types-Common.git] / Changes
diff --git a/Changes b/Changes
index 11fdde2..e9b56fc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
-Revision history for MooseX-Types-Common
+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)
 
 0.001008   2012-06-14 11:29:50 PDT
   - Upper* and Lower* string types now accept non-alphabetic characters (Karen