From e98e0c2638e3a1a04b7f23022b7a3142ad84267d Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Fri, 1 Dec 2023 10:45:18 +0100 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73480fa..f67038c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +* [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. + * Added support for URLs with non-ASCII characters in them. In other words, your application shouldn't get stuck in a an infinite redirect loop when a request contains non-ASCII characters that can be downcased. * Added Ruby 3.0, 3.1, 3.2 to the test matrix.