diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-06-18 21:39:29 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-18 21:39:29 +0100 |
commit | 5271f212d976e9fe76145ebc516bb56522934f33 (patch) | |
tree | 230e863f541f23c18f4dd76ddc77dd1f3f2e946f /CHANGELOG.md | |
parent | 1c72f8236612ef5a4f5a062157d3639ae468fe0e (diff) | |
download | gleam_stdlib-5271f212d976e9fe76145ebc516bb56522934f33.tar.gz gleam_stdlib-5271f212d976e9fe76145ebc516bb56522934f33.zip |
More consistent naming in Dynamic module
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 877854a..de8c788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## Unreleased + - `bit_string` module created with `from_string`, `byte_size`, `append`, `part`, `int_to_u32` and `int_from_u32`. - `os` module created with `get_env`, `insert_env`, `delete_env` and @@ -8,6 +10,9 @@ - The `dynamic` module gains the `bit_string` function. - The `uri` module gains the `origin` and `merge` function. - The `io.debug` function returns the printed term. +- The `dynamic.list` function has been renamed to `dynamic.typed_list`. +- The `dynamic.opaque_list` function has been renamed to `dynamic.list`. +- The `dynamic.tuple2_of` function has been renamed to `dynamic.typed_tuple2`. ## 0.9.0 - 2020-05-26 |