From 9789d26a5faa2ff284448387f5c6ff5131fef275 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 19 Aug 2024 17:16:25 +0100 Subject: Fix slice Closes https://github.com/gleam-lang/gleam/issues/3499 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3