aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-08-14 10:27:56 +0100
committerLouis Pilfold <louis@lpil.uk>2024-08-14 10:27:56 +0100
commit1962beacc59f37c1db782e79e90358cb14315c18 (patch)
tree73742ec7aa534c181ff818cce50be212fe8d89da /CHANGELOG.md
parentf668f195a455739a88721622d57111948fa6435a (diff)
downloadgleam_stdlib-1962beacc59f37c1db782e79e90358cb14315c18.tar.gz
gleam_stdlib-1962beacc59f37c1db782e79e90358cb14315c18.zip
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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