diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-08-19 17:16:25 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-08-19 17:16:25 +0100 |
commit | 9789d26a5faa2ff284448387f5c6ff5131fef275 (patch) | |
tree | 56af9c6e40207581addf2810c46a774c6647e807 /CHANGELOG.md | |
parent | 1962beacc59f37c1db782e79e90358cb14315c18 (diff) | |
download | gleam_stdlib-9789d26a5faa2ff284448387f5c6ff5131fef275.tar.gz gleam_stdlib-9789d26a5faa2ff284448387f5c6ff5131fef275.zip |
Fix slice
Closes https://github.com/gleam-lang/gleam/issues/3499
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 000848d..1ff62ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ where the `Intl` API is not supported. - Fixed a bug where the behaviour of `uri.percent_decode` would decode `+` as a space on JavaScript. +- Fixed a bug where `string.slice` could return invalid values on Erlang. ## v0.39.0 - 2024-07-09 |