diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-01-21 13:11:00 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-02-26 18:51:30 +0000 |
commit | fc751bf5e410e7f6c3ff781da38089f4fc9d8be9 (patch) | |
tree | 89170154680f7d75a0a613306b101e91fd8f4777 /CHANGELOG.md | |
parent | 608babd928782b1f50a01efd302fdc23f0de1428 (diff) | |
download | gleam_stdlib-fc751bf5e410e7f6c3ff781da38089f4fc9d8be9.tar.gz gleam_stdlib-fc751bf5e410e7f6c3ff781da38089f4fc9d8be9.zip |
Remove result.guard
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ca97c1d..b445d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -- Updated for Gleam v0.27.0. +- The `bool` module gains the `guard` function. - 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 |