From: John Napiorkowski Date: Tue, 28 Jul 2015 15:41:57 +0000 (-0500) Subject: prep a changes X-Git-Tag: 5.90097~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=082b44215ddd03a11cffe22f7f40a33ee0fa4607;hp=b4fed1aa9dbd1638dc21cdf7d07492517ed40b50 prep a changes --- diff --git a/Changes b/Changes index e9c45e9..92c49f3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. +TBA + - $c->uri_for now defines a final argument for setting the URL fragment + /URL anchor. This is now the canonical approach to setting a fragment + via uri_for. + 5.90096 - 2015-07-27 - Fixed regression introduced in previous release that prevented a URI fragment from getting properly encoded. Added more tests around this