diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-02-02 16:54:18 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-02-02 16:54:47 +0000 |
commit | 6f4e227c85cf7b670e29748b3267f244241e7d50 (patch) | |
tree | 134dac1e27e969d90911237dc6edc421b9a930eb | |
parent | fc955a79cb2d15052d8e4d99aaba4dbd17671b77 (diff) | |
download | gleam_stdlib-6f4e227c85cf7b670e29748b3267f244241e7d50.tar.gz gleam_stdlib-6f4e227c85cf7b670e29748b3267f244241e7d50.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 130f8d3..375c54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- The `prepend` function in the `list` module gains the `this` label. - The `list` module gains the `group` function. - The `dynamic` module is able to decode simple JavaScript objects to maps. So, the behaviour of the `field` and `object` functions are consistent. |