summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2022-06-30 15:18:29 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2022-06-30 15:18:29 -0700
commitabca7d59c566320f1b60d1f5224beac9d201fa3b (patch)
tree3cc23bd6d813058cbbe428a1683580ccab7a114d
parent0ae9ff26828aaecfe91fdd6628198f02ff9a0bdb (diff)
downloadrack-abca7d59c566320f1b60d1f5224beac9d201fa3b.tar.gz
fixup changelog2.2.4
-rw-r--r--CHANGELOG.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18903181..a07dae6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,10 @@
All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/).
-## [2.2.4]
+## [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
@@ -13,10 +14,6 @@ All notable changes to this project will be documented in this file. For info on
- [CVE-2022-30123] Fix shell escaping issue in Common Logger
- [CVE-2022-30122] Restrict parsing of broken MIME attachments
-### Changed
-
-- Use custom exception on params too deep error. ([#1838](https://github.com/rack/rack/pull/1838), [@simi](https://github.com/simi))
-
## [2.2.3] - 2020-02-11
### Security