summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-03-13 19:01:12 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-03-16 15:25:36 +1300
commit8483b1034de7c9b18201f60fe8735fc83d32ba21 (patch)
tree92e7023b779305e0d01cf5c34e24f3c5581c796d
parent77cf0579ddd53da6e1a449a26850464284a75aec (diff)
downloadrack-8483b1034de7c9b18201f60fe8735fc83d32ba21.tar.gz
Update changelog.
# Conflicts: # CHANGELOG.md
-rw-r--r--CHANGELOG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 221e6de2..1b73e5cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,23 @@
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/).
-## [Unreleased]
+## [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
+
+## [3.0.6] - 2023-03-13
+
+- Add `QueryParser#missing_value` for handling missing values + tests. ([#2052](https://github.com/rack/rack/pull/2052), [@ioquatix])
+
+## [3.0.5] - 2023-03-13
+
+- Split form/query parsing into two steps. ([#2038](https://github.com/rack/rack/pull/2038), [@matthewd](https://github.com/matthewd))
+
+## [3.0.4.1] - 2023-03-02
### SPEC Changes