diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-12-02 16:43:23 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-12-02 17:28:03 +0000 |
commit | 719eccd9ab38a35e79580f684b9ebde85222eef8 (patch) | |
tree | a12d5ae2bc23620c6e5deec8d3114a2913b820e7 | |
parent | 334f11c5167402d43d0d7e52110e61ecba20ded0 (diff) | |
download | gleam_stdlib-719eccd9ab38a35e79580f684b9ebde85222eef8.tar.gz gleam_stdlib-719eccd9ab38a35e79580f684b9ebde85222eef8.zip |
changelog entry
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 00945c2..84c732d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - The `int` module gains the `sum` and `product` functions. - The `float` module gains the `sum` and `product` functions. +- The `result` module gains the `lazy_or` function. ## v0.12.0 - 2020-11-04 |