From 5029b77197e6a20cecc01cdedf0ae9bac8468be4 Mon Sep 17 00:00:00 2001 From: John Bachir Date: Mon, 10 Apr 2017 02:59:30 -0400 Subject: [PATCH] add missing links to changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2367c3..8f094a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,15 @@ - Breaking Change: Never modify Location headers that are only paths without hosts. [John Bachir](https://github.com/jjb) [#46](https://github.com/waterlink/rack-reverse-proxy/pull/46) - Breaking Change: Previously, the Accept-Encoding header was stripped by default, unless the `preserve_encoding` option was set to true. Now, no headers are stripped by default, and an array - of headers that should be stripped can be specified with the `stripped_headers` option. + of headers that should be stripped can be specified with the `stripped_headers` option. [John Bachir](https://github.com/jjb) [#52](https://github.com/waterlink/rack-reverse-proxy/pull/52) - Breaking Change: Previously, rack-reverse-proxy had the behavior/bug that when reverse_proxy_options was invoked, all options that weren't set in the invokation would be set to nil. Now, those options will remain set at their default values - [Krzysztof Knapik](https://github.com/knapo) [#37](https://github.com/waterlink/rack-reverse-proxy/pull/37) and [John Bachir](https://github.com/jjb) [#47](https://github.com/waterlink/rack-reverse-proxy/pull/47) - Breaking Change: Previously, when invoking reverse_proxy_options multiple times, only the final invocation would have any effect. Now, the invocations will have a commulative effect. [John Bachir](https://github.com/jjb) [#47](https://github.com/waterlink/rack-reverse-proxy/pull/47) - Bugfix: Fix rack response body for https redirects [John Bachir](https://github.com/jjb) [#43](https://github.com/waterlink/rack-reverse-proxy/pull/43) +- Documentation: It is now suggested that the middleware be first in your app's stack unless you have a specific reason to do otherwise [John Bachir](https://github.com/jjb) [#49](https://github.com/waterlink/rack-reverse-proxy/pull/49) + ## 0.12.0