diff options
author | thorhj <burpen@gmail.com> | 2024-05-25 13:56:31 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-29 12:40:03 +0100 |
commit | 4ff82ff41bef6f308ac66afe0ab3e5d27ba4f7b0 (patch) | |
tree | 8c85147078530ea32b9fe391488d52a855854968 /CHANGELOG.md | |
parent | 8774207bf28bc66686764219fa47d9b331d14673 (diff) | |
download | gleam_stdlib-4ff82ff41bef6f308ac66afe0ab3e5d27ba4f7b0.tar.gz gleam_stdlib-4ff82ff41bef6f308ac66afe0ab3e5d27ba4f7b0.zip |
updates changelog
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 4413d1d..436afcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ escape codes such as `\n` or `\r`. - Fixed a bug where `string.inspect` would use the incorrect syntax for unicode escape codes on JavaScript. +- The `list` module gains the `count` function. ## v0.38.0 - 2024-05-24 |