From: Wallace Reis Date: Thu, 6 May 2010 13:30:19 +0000 (+0000) Subject: minor fix for Changes file | add me as a contributor X-Git-Tag: 5.80023~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ad11d2d3288820c7438fd7fe0631415d478923fd minor fix for Changes file | add me as a contributor --- diff --git a/Changes b/Changes index 6052c85..495706c 100644 --- a/Changes +++ b/Changes @@ -53,7 +53,7 @@ 5.80021 2010-03-03 23:02:01 Bug fixed: - - $c->uri_for will now escape unsafe characterss in captures + - $c->uri_for will now escape unsafe characters in captures ($c->request->captures) and correctly encode utf8 charracters. 5.80020 2010-02-04 06:51:18 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2c1b768..62047b4 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -3181,6 +3181,8 @@ Will Hawes C willert: Sebastian Willert +wreis: Wallace Reis + Yuval Kogman, C =head1 LICENSE