X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=979a902bec04cb37e88db629aaa7416858b83c1b;hb=a2bfe7c3259a853708ab9ce6224d35b1a011fc31;hp=369d875924aaf22f19d4705981b7aacc3569e17d;hpb=f17f4176809cf543fb1d04b24d83f9af10597b3b;p=catagits%2FTest-EOL.git diff --git a/Changes b/Changes index 369d875..979a902 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,20 @@ Revision history for Test-EOL - ( Kent Fredric ) - - Use binmode :raw for input/output. Solves win32 translating - the \r\n character into \n's silently during input. - - Add an ( currently undocumeted ) all_reasons option to show every line - that is broken. - - Add visualising of invisible characters that match the regex. + - Fix misleading test failure diagnostics when only issue are + trailing whitespaces + - No longer blindly assume utf8 on input files (RT#59877) + +0.9 2010-06-16 + - Fix warnings on very old perls (paul@city-fan.org) + (Closes: RT#58442) + +0.8 2010-06-11 + - Use binmode :raw for input/output. Solves win32 translating the + \r\n character into \n's silently during input (Kent Fredric). + - Add an ( currently undocumeted ) all_reasons option to show + every line that is broken (Kent Fredric). + - Add visualising of invisible characters that match the regex + (Kent Fredric). 0.7 2010-03-03 - Deal correctly with -I includes paths that include spaces in the