diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-09-07 19:37:33 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-09-07 19:37:33 +0100 |
commit | 140e439b4759f51e320cffd25050981a6b593a9e (patch) | |
tree | 6765529dd7356c730b873e92877633c8797a53ae | |
parent | 945152e8075e04d91aac193608ecc84b769c7ba4 (diff) | |
download | gleam_stdlib-140e439b4759f51e320cffd25050981a6b593a9e.tar.gz gleam_stdlib-140e439b4759f51e320cffd25050981a6b593a9e.zip |
Changelog!
-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 |