diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-09-09 21:25:11 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-09-09 21:25:11 +0100 |
commit | bb88a32d105da31e5cdd2ad713016c88b96ac0ce (patch) | |
tree | 5f233af161c86fcc3813bee4d006fe35125f5bdd /CHANGELOG.md | |
parent | 70136ec67863b0c97b9845edc13c6841eee033fc (diff) | |
download | gleam_stdlib-bb88a32d105da31e5cdd2ad713016c88b96ac0ce.tar.gz gleam_stdlib-bb88a32d105da31e5cdd2ad713016c88b96ac0ce.zip |
JS dynamic element
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 14654fc..5d1d19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ permissive to other null values. - The `dynamic.result` function has been made more permissive to other result values. - The `dynamic.thunk` function has been removed. +- The `dynamic.element` label `postion` was renamed to `get`. +- The `dynamic.element` now accepts negative indexes. - The `io.get_line` function has been moved to the `gleam_erlang` library. - The `atom` module has been moved to the `gleam_erlang` library. - Prelude types like `Result`, `List` etc. are no longer redefined in their |