From 140e439b4759f51e320cffd25050981a6b593a9e Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 7 Sep 2021 19:37:33 +0100 Subject: Changelog! --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eeb8c5..3b3a4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ - Fixed a bug where `io.print` could crash when printing special characters. - The `regex.Match` record no longer has the `byte_index` field any more. - The `should` module has been moved to the `gleam_should_assertions` package. +- The `uri.percent_encode` function has a slightly different behaviour. For + example spaces are encoded as `%20`, not as `+`. ## v0.16.0 - 2021-06-17 -- cgit v1.2.3