summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2021-11-03 15:03:12 -0700
committerJeremy Evans <code@jeremyevans.net>2021-11-03 15:03:12 -0700
commit82179e0ec788265840d838821ec4de509ccc7502 (patch)
treef1f92870f3f7e08e3cd459c452fc9946a32440d3
parent93a6e1b0b0dfca7422c663b1c4a49c5e9d8d931e (diff)
downloadrack-82179e0ec788265840d838821ec4de509ccc7502.tar.gz
Update CHANGELOG for 2.0.9 (Fixes #1767)
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a8c3d32..0da3f021 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -141,6 +141,12 @@ All notable changes to this project will be documented in this file. For info on
- CHANGELOG updates. ([@aupajo](https://github.com/aupajo))
- Added [CONTRIBUTING](CONTRIBUTING.md). ([@dblock](https://github.com/dblock))
+## [2.0.9] - 2020-02-08
+
+- Handle case where session id key is requested but missing ([@jeremyevans](https://github.com/jeremyevans))
+- Restore support for code relying on `SessionId#to_s`. ([@jeremyevans](https://github.com/jeremyevans))
+- Add support for `SameSite=None` cookie value. ([@hennikul](https://github.com/hennikul))
+
## [2.1.2] - 2020-01-27
- Fix multipart parser for some files to prevent denial of service ([@aiomaster](https://github.com/aiomaster))