diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-08-14 10:27:56 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-08-14 10:27:56 +0100 |
commit | 1962beacc59f37c1db782e79e90358cb14315c18 (patch) | |
tree | 73742ec7aa534c181ff818cce50be212fe8d89da /CHANGELOG.md | |
parent | f668f195a455739a88721622d57111948fa6435a (diff) | |
download | gleam_stdlib-1962beacc59f37c1db782e79e90358cb14315c18.tar.gz gleam_stdlib-1962beacc59f37c1db782e79e90358cb14315c18.zip |
Changes!
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 c1eca47..000848d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ - The `InvalidBase` error in the `int` module has been replaced by `Nil`. - Fixed a bug where iterating graphemes could crash on older JavaScript runtimes where the `Intl` API is not supported. +- Fixed a bug where the behaviour of `uri.percent_decode` would decode `+` as a + space on JavaScript. ## v0.39.0 - 2024-07-09 |