diff options
author | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2020-02-04 13:59:23 +1300 |
---|---|---|
committer | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2020-02-04 13:59:31 +1300 |
commit | 11f732451ca6a2cb7a541a3c65f16f7b456eb024 (patch) | |
tree | a47f5bcd94765747ccd97c454be367ea20301bc8 | |
parent | b8f918e020e91858b6b3cc70e710aa8cd4b25449 (diff) | |
download | rack-memoize-header-hash.tar.gz |
Update CHANGELOG.memoize-header-hash
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cafa58ac..152f234c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file. For info on - `Files` handling of range requests no longer return a body that supports `to_path`, to ensure range requests are handled correctly. ([@jeremyevans](https://github.com/jeremyevans)) - `Multipart::Generator` only includes `Content-Length` for files with paths, and `Content-Disposition` `filename` if the `UploadedFile` instance has one. ([@jeremyevans](https://github.com/jeremyevans)) - `Request#ssl?` is true for the `wss` scheme (secure websockets). ([@jeremyevans](https://github.com/jeremyevans)) +- `Rack::HeaderHash` is memoized by default. ([#1549](https://github.com/rack/rack/pull/1549), [@ioquatix](https://github.com/ioquatix)) ### Removed |