summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-11-12 12:37:26 +1300
committerGitHub <noreply@github.com>2022-11-12 12:37:26 +1300
commit00aa541d4a5f2f36cc668435389e2f1837e780f5 (patch)
treeb2835079bc4c6484734b4f2923cd0ac9e3cd9351 /CHANGELOG.md
parentda473d810ea33d447ea8bf4e5fdb314e422121ec (diff)
downloadrack-00aa541d4a5f2f36cc668435389e2f1837e780f5.tar.gz
Fix `respond_to?(:each)` with `Rack::Lint` with streaming bodies. (#1981)
* Fix handling of `to_path` and add spec. * Also forward `call`.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afbdc33b..839397ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. For info on
### Fixed
- `MethodOverride` does not look for an override if a request does not include form/parseable data.
+- `Rack::Lint::Wrapper` correctly handles `respond_to?` with `to_ary`, `each`, `call` and `to_path`, forwarding to the body. ([#1981](https://github.com/rack/rack/pull/1981), [@ioquatix])
## [3.0.0] - 2022-09-06