diff options
author | Quinn Wilton <wilton@synopsys.com> | 2020-12-02 12:16:34 -0800 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-12-02 20:18:05 +0000 |
commit | e0a5462de8c2dade8996866b25a997dccdcb61c2 (patch) | |
tree | 17c00140c9dbed0871671737466e9157fb400764 | |
parent | ba19b9a9b57d8090c9224311bb86309d90cc424b (diff) | |
download | gleam_stdlib-e0a5462de8c2dade8996866b25a997dccdcb61c2.tar.gz gleam_stdlib-e0a5462de8c2dade8996866b25a997dccdcb61c2.zip |
Update CHANGELOG.md with new bool functions
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 980f349..77a383a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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` and `lazy_unwrap` functions. +- The `bool` module gains the `nand`, `nor`, `exclusive_nor`, and `exclusive_or` functions. ## v0.12.0 - 2020-11-04 |