From: John Napiorkowski Date: Wed, 6 Mar 2013 13:54:56 +0000 (-0500) Subject: fixed changes X-Git-Tag: 5.90030~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5490e07520041540df97324c60dd7e940a672189 fixed changes --- diff --git a/Changes b/Changes index 9b7035e..c10ca7f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. -5.90020 - TBA +5.90021 - TBA + - Added 'x-tunneled-method' HTTP Header method override to match features in + Catalyst::Action::REST and in other similar systems on CPAN + +5.90020 - 2013-02-22 ! Catalyst::Action now defines 'match_captures' so it is no long considered an optional method. This might break you code if you have made custom action roles/classes where you define 'match_captures'. You must change