From d09e712e52625c8eb43d70be8fe26c2ac074465c Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Fri, 6 Dec 2024 11:38:26 +0100 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4bd3e..b8fc806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * We no longer change tilde characters (`~`) in URLs to their percentage-encoding *(`%7E`) as part of the downcasing process. Thanks {Yegorov}[https://github.com/Yegorov]! +* Added Rails 8.0 support (no changes). + ## 2.0.0 * [BREAKING] We now rely only on rack-spec-compliant values to investigate the URLs. This should improve compatibility with different application servers. In particular, this means we now ignore the `REQUEST_URI` value and rely solely on `PATH_INFO`. If your application relies on `REQUEST_URI` being downcased, this could be a breaking change.