diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |