properly handle unicode in upper/lowercase types
[gitmo/MooseX-Types-Common.git] / Changes
diff --git a/Changes b/Changes
index bd302b9..e9b56fc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ 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