diff options
author | sharno <sharnoby3@gmail.com> | 2020-10-26 22:01:48 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-10-27 15:14:56 +0100 |
commit | cbdd74a5e78a85be8d4d49a93b87e501e5b0aef5 (patch) | |
tree | 1837f4b1763ec8b712832ac13db5297b1d655e2b /CHANGELOG.md | |
parent | 5239830bc8bf6d8c1df566e7bfe995ff24d8514a (diff) | |
download | gleam_stdlib-cbdd74a5e78a85be8d4d49a93b87e501e5b0aef5.tar.gz gleam_stdlib-cbdd74a5e78a85be8d4d49a93b87e501e5b0aef5.zip |
Closes #115: Add dynamic.option
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 1956083..b45b807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - The `list` module gains the `each`, and `partition` functions. - The `int` and `float` modules gain the `negate` function. - The `result` module gains the `all` function. +- The `dynamic` module gains the `option` function. ## v0.11.0 - 2020-08-22 |