From 6d1d8094a66cbf932ecf69db6850bc9edaf86de0 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 2 Jul 2021 20:54:53 -0700 Subject: [PATCH] Adding note about :compacted normalization --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4441a41e..513195aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Addressable 2.8.0 - no longer replaces `+` with spaces in queries for non-http(s) schemes - fixed encoding ipv6 literals +- the `:compacted` flag for `normalized_query` now dedupes parameters - dropping support for Ruby 2.0 and 2.1 - adding Ruby 3.0 compatibility for development tasks - drop support for `rack-mount` and remove Addressable::Template#generate