aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsharno <sharnoby3@gmail.com>2020-10-26 22:01:48 -0400
committerLouis Pilfold <louis@lpil.uk>2020-10-27 15:14:56 +0100
commitcbdd74a5e78a85be8d4d49a93b87e501e5b0aef5 (patch)
tree1837f4b1763ec8b712832ac13db5297b1d655e2b /CHANGELOG.md
parent5239830bc8bf6d8c1df566e7bfe995ff24d8514a (diff)
downloadgleam_stdlib-cbdd74a5e78a85be8d4d49a93b87e501e5b0aef5.tar.gz
gleam_stdlib-cbdd74a5e78a85be8d4d49a93b87e501e5b0aef5.zip
Closes #115: Add dynamic.option
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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