summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-03-16 15:21:02 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-03-16 15:21:02 +1300
commit94dd78b30794d0e2f3855e92afdf98cdb4835f79 (patch)
treeae93235d57ee73919543185c62f354bf7ae2fa86
parentd38b45615d9c71b7a4f692ab5845b8d06a22d774 (diff)
downloadrack-94dd78b30794d0e2f3855e92afdf98cdb4835f79.tar.gz
Update changelog.
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32f88a90..09a7aa44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +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/).
+## [3.0.7] - 2023-03-16
+
+- Make query parameters without `=` have `nil` values. ([#2059](https://github.com/rack/rack/pull/2059), [@jeremyevans])
+
## [3.0.6.1] - 2023-03-13
- [CVE-2023-27539] Avoid ReDoS in header parsing