summary refs log tree commit
diff options
context:
space:
mode:
authorAndrew Pariser <pariser@gmail.com>2022-07-07 14:49:15 -0700
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-07-08 09:55:13 +1200
commit56232f8a464fefb2b0d7448316f98c1fa170255a (patch)
tree7651614a7c2652f570af8069b0218cfd798b95c3
parentaa1f4700a2461f3f80abd219e874d0edd9a0c599 (diff)
downloadrack-56232f8a464fefb2b0d7448316f98c1fa170255a.tar.gz
Add 2.2.4 to changelog on main branch
https://github.com/rack/rack/blob/2.2.4/CHANGELOG.md includes an entry from 2.2.4 which is not currently visible on main branch. Copy the changelog contents over from the `CHANGELOG.md` on `2.2.4` tag and submit it as a PR against main branch.
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8000d20a..811fee65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -65,6 +65,11 @@ All notable changes to this project will be documented in this file. For info on
 - Fix multipart filename generation for filenames that contain spaces. Encode spaces as "%20" instead of "+" which will be decoded properly by the multipart parser. ([#1736](https://github.com/rack/rack/pull/1645), [@muirdm](https://github.com/muirdm))
 - `Rack::Request#scheme` returns `ws` or `wss` when one of the `X-Forwarded-Scheme` / `X-Forwarded-Proto` headers is set to `ws` or `wss`, respectively. ([#1730](https://github.com/rack/rack/issues/1730), [@erwanst](https://github.com/erwanst))
 
+## [2.2.4] - 2022-06-30
+
+- Better support for lower case headers in `Rack::ETag` middleware. ([#1919](https://github.com/rack/rack/pull/1919), [@ioquatix](https://github.com/ioquatix))
+- Use custom exception on params too deep error. ([#1838](https://github.com/rack/rack/pull/1838), [@simi](https://github.com/simi))
+
 ## [2.2.3.1] - 2022-05-27
 
 - [CVE-2022-30123] Fix shell escaping issue in Common Logger