X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bb353dd20f4adc0b5bf5b9579182fb51ce2edb7f;hb=40b26f8b57aee03596ea12cfd45e45a29a5cc80a;hp=771fffa96f566dfd3600ece307f66ff24d6bf009;hpb=1857902685e365e5b35fa54a754d376dbd336aeb;p=catagits%2FCatalyst-Devel.git diff --git a/Changes b/Changes index 771fffa..bb353dd 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ This file documents the revision history for Perl extension Catalyst-Devel. -1.38 2012-04-11 20:54:00 + - Typo fixes. RT#87103 + +1.39 2013-06-14 12:44:17 + - Write =encoding utf8 into generated Pod files so that things + work as expected for people with utf-8 characters in their unix + username as returned by getpwuid (RT#84613) + - Fix unbalanced parenthesis in comptest.tt (RT#85661) + +1.38 2013-04-11 20:54:00 - Remove all PAR based deployment options, as they're unsupported and don't even pretend to work on 5.9 RT#83936