summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-01-09 23:22:28 +1300
committerGitHub <noreply@github.com>2020-01-09 23:22:28 +1300
commit879ae7163a399a9ed36d876668f4ecae4ae8b9e4 (patch)
tree7719b9fd3af901bed9f4581c7fdb94965a48c79c
parent7d14bac930a028501985441923fdca5d570fc778 (diff)
parentacf7d44a078db48697f8d8bf92278c608a261c28 (diff)
downloadrack-879ae7163a399a9ed36d876668f4ecae4ae8b9e4.tar.gz
Merge pull request #1461 from p8/cleanup-changelog2.1.0
Remove changes from CHANGELOG already present in older versions [ci s…
-rw-r--r--CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e09ecc5..7e4e447b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,7 +20,7 @@ _Note: There are many unreleased changes in Rack (`master` is around 300 commits
- Add multi mapping support for `X-Accel-Mappings` header. ([@yoshuki](https://github.com/yoshuki))
- Add `sync: false` option to `Rack::Deflater`. (Eric Wong)
- Add `Builder#freeze_app` to freeze application and all middleware instances. ([@jeremyevans](https://github.com/jeremyevans))
-- Add API to extract cookies from `Rack::MockResponse`. ([@petercline]((https://github.com/petercline))
+- Add API to extract cookies from `Rack::MockResponse`. ([@petercline](https://github.com/petercline))
### Changed
@@ -31,11 +31,9 @@ _Note: There are many unreleased changes in Rack (`master` is around 300 commits
- Remove unnecessary buffer growing when parsing multipart. ([@tainoe](https://github.com/tainoe))
- Expand the root path in `Rack::Static` upon initialization. ([@rosenfeld](https://github.com/rosenfeld))
- Make `ShowExceptions` work with binary data. ([@axyjo](https://github.com/axyjo))
-- Call the correct `accepts_html?` method for `prefer_plaintext`. ([@tomelm](https://github.com/tomelm))
- Use buffer string when parsing multipart requests. ([@janko-m](https://github.com/janko-m))
- Support optional UTF-8 Byte Order Mark (BOM) in config.ru. ([@mikegee](https://github.com/mikegee))
- Handle `X-Forwarded-For` with optional port. ([@dpritchett](https://github.com/dpritchett))
-- Preserve forwarded IP address for trusted proxy chains. ([@SamSaffron](https://github.com/SamSaffron))
- Use `Time#httpdate` format for Expires, as proposed by RFC 7231. ([@nanaya](https://github.com/nanaya))
- Make `Utils.status_code` raise an error when the status symbol is invalid instead of `500`. ([@adambutler](https://github.com/adambutler))
- Rename `Request::SCHEME_WHITELIST` to `Request::ALLOWED_SCHEMES`.