diff options
-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 |