X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=b0d9f87883278f372dc8cabc84b265a566a43152;hp=66daa5d336fdea4a7db7377108c736ef9c5019cc;hb=3b88a4556575f18382261e47214bb281694d8f16;hpb=1dafef5544f765f9605b1f02abe54e615d1457ce diff --git a/Changes b/Changes index 66daa5d..b0d9f87 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ This file documents the revision history for Perl extension Catalyst. 5.67 + - Added $c->models/views/controllers - Static::Simple: Unescape the URI path before looking for the file. This fixes issues with files that have spaces. - Looping and recursion tests plus a fix