Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.22.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index f472589..f612952 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Plack-App-Proxy

+0.22
+        - Filter out Status header since it's forbidden in PSGI spec (miyagawa)
+
 0.21
         - Bump version to fix some CPAN issues.
  • Loading branch information
leedo committed Oct 10, 2012
1 parent 315e3af commit f540b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Plack-App-Proxy Revision history for Plack-App-Proxy


0.22
- Filter out Status header since it's forbidden in PSGI spec (miyagawa)

0.21 0.21
- Bump version to fix some CPAN issues. - Bump version to fix some CPAN issues.


Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/App/Proxy.pm
Expand Up @@ -7,7 +7,7 @@ use Plack::Request;
use Plack::Util; use Plack::Util;
use HTTP::Headers; use HTTP::Headers;


our $VERSION = '0.21'; our $VERSION = '0.22';


sub prepare_app { sub prepare_app {
my $self = shift; my $self = shift;
Expand Down

0 comments on commit f540b5b

Please sign in to comment.