aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEthan Pang <ethan.pang@gitstart.com>2023-03-01 13:10:04 +0800
committerLouis Pilfold <louis@lpil.uk>2023-03-02 18:10:24 +0000
commit8956d2ea0664570c6635da3f1cb645781e4850df (patch)
tree82a0e18413a6fe2b47d959cc4abd5aef58b8746d /CHANGELOG.md
parent0b9f858a9694a18ad90ed74f1716455a540f4436 (diff)
downloadgleam_stdlib-8956d2ea0664570c6635da3f1cb645781e4850df.tar.gz
gleam_stdlib-8956d2ea0664570c6635da3f1cb645781e4850df.zip
Add changelog entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 569a357..3eed151 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,11 @@
## v0.27.0 - 2023-02-26
- The `bool` module gains the `guard` function.
-- Fixed a bug where `io.print`, `io.print_error`, and `io.print_debug` would use
+- Fixed a bug where `io.print`, `io.print_error`, and `io.print_debug` would use
`console.log` and add `"\n"` to the output when running on Deno.
- Fixed a bug where `int.floor_divide` would return the wrong result in certain
edge-cases.
+- The `iterator` module gains the `length` function.
## v0.26.1 - 2023-02-02