diff options
author | drew <drew@drewolson.org> | 2020-11-03 12:57:08 -0600 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-11-07 19:16:29 +0000 |
commit | 8254bd1079512ed8c8ae8d6fe3c1daf339e4e39e (patch) | |
tree | d0ba1c164719abb2d992c678929378eb0ac00ff8 /CHANGELOG.md | |
parent | c1d3cc12b920f60d06265b645daa3ff0010a8402 (diff) | |
download | gleam_stdlib-8254bd1079512ed8c8ae8d6fe3c1daf339e4e39e.tar.gz gleam_stdlib-8254bd1079512ed8c8ae8d6fe3c1daf339e4e39e.zip |
Add result and typed_result to dynamic
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 348df3f..00945c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ - The `int` and `float` modules gain the `negate` function. - The `int` module gains the `to_float` function. - The `result` module gains the `all` function. -- The `dynamic` module gains the `option` function. +- The `dynamic` module gains the `option`, `result` and `typed_result` + functions. - The `uri` module gains the `percent_encode` and `percent_decode` functions. - The `os` module gains the `erlang_timestamp` function. - The `iterator` module gains the `append`, `flatten`, `flat_map`, `step`, |