diff options
author | Sebastian <s@porto5.com> | 2020-12-17 14:57:08 +1100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-12-17 10:17:03 +0000 |
commit | e4d09202ab7d3b0a4bc52213858ce939b0a2a6dd (patch) | |
tree | 30a043fdcc3164604dfe76ee97a01162bec3a487 /CHANGELOG.md | |
parent | 095d936bfcbf239d84e329b267aea0d6ebf15d33 (diff) | |
download | gleam_stdlib-e4d09202ab7d3b0a4bc52213858ce939b0a2a6dd.tar.gz gleam_stdlib-e4d09202ab7d3b0a4bc52213858ce939b0a2a6dd.zip |
Add list.permutations
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5516a..36ef33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - The `result` module gains the `lazy_or` and `lazy_unwrap` functions. - The `bool` module gains the `nand`, `nor`, `exclusive_nor`, and `exclusive_or` functions. - The `bit_builder` module gains the `from_string_builder` function. +- The `list` modules gains the `permutations` function. ## v0.12.0 - 2020-11-04 |