resolved
John Napiorkowski [Thu, 29 Oct 2015 20:11:25 +0000 (15:11 -0500)]
Changes
lib/Catalyst/Action/Deserialize.pm
lib/Catalyst/Action/Serialize.pm

diff --git a/Changes b/Changes
index 88e2828..bed7442 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,10 +2,6 @@ Revision history for {{$dist->name}}
 
 {{$NEXT}}
 
-1.20      2015-10-29 15:00:00 EST
- - Make Catalyst::Action::SerializeBase respect Vary headers if previously
-   set by your controller
-
 1.19      2015-02-06 09:40:02-06:00 America/Chicago
 
  - Make LWP a test dep instead of a hard dep (Fixes GH#3, thanks Alexander
index ef50d4a..e6a0887 100644 (file)
@@ -121,7 +121,7 @@ L<Catalyst::Request::REST>.
 
 For building custom error responses when de-serialization fails, you can create
 an ActionRole (and use L<Catalyst::Controller::ActionRole> to apply it to the
-C<begin> action) which overrides C<unsupported_media_type> and/or C<_serialize_bad_request>
+C<begin> action) which overrides C<unsupported_media_type> and/or C<serialize_bad_request>
 methods.
 
 =head1 SEE ALSO
index fd36878..057cc39 100644 (file)
@@ -152,7 +152,7 @@ with the rest of Catalyst.
 
 For building custom error responses when serialization fails, you can create
 an ActionRole (and use L<Catalyst::Controller::ActionRole> to apply it to the
-C<end> action) which overrides C<unsupported_media_type> and/or C<_serialize_bad_request>
+C<end> action) which overrides C<unsupported_media_type> and/or C<serialize_bad_request>
 methods.
 
 =head1 SEE ALSO