fixed changes
John Napiorkowski [Wed, 6 Mar 2013 13:54:56 +0000 (08:54 -0500)]
Changes

diff --git a/Changes b/Changes
index 9b7035e..c10ca7f 100644 (file)
--- 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