X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=da8972017e9e8002cdf7e46541dcff232a4cb0e3;hb=5d200f10fe2b921a62a4b2a21a8a292ecbd20c8d;hp=1ae50ca2d45446698f21e30beca916ef1a7865b8;hpb=3ebb788b98575c2a4e0187c61145bf291f23db1b;p=gitmo%2FMooseX-Types-Common.git diff --git a/Changes b/Changes index 1ae50ca..da89720 100644 --- 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