You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
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/).
4
4
5
-
## [2.2.4]
5
+
## [2.2.4] - 2022-06-30
6
6
7
7
- Better support for lower case headers in `Rack::ETag` middleware. ([#1919](https://github.com/rack/rack/pull/1919), [@ioquatix](https://github.com/ioquatix))
8
+
- Use custom exception on params too deep error. ([#1838](https://github.com/rack/rack/pull/1838), [@simi](https://github.com/simi))
8
9
9
10
## [2.2.3.1] - 2022-05-27
10
11
@@ -13,10 +14,6 @@ All notable changes to this project will be documented in this file. For info on
13
14
-[CVE-2022-30123] Fix shell escaping issue in Common Logger
14
15
-[CVE-2022-30122] Restrict parsing of broken MIME attachments
15
16
16
-
### Changed
17
-
18
-
- Use custom exception on params too deep error. ([#1838](https://github.com/rack/rack/pull/1838), [@simi](https://github.com/simi))
0 commit comments