aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKayla Washburn <mckayla@hey.com>2023-07-16 04:44:00 -0600
committerGitHub <noreply@github.com>2023-07-16 11:44:00 +0100
commit1fd170f5244339e34f1facb24a0893381e94e66a (patch)
tree3de484a681757080fc19df5261327850f32f4b57 /CHANGELOG.md
parent4942ac97ff67c97c0673b8131244e78ae35a341e (diff)
downloadgleam_stdlib-1fd170f5244339e34f1facb24a0893381e94e66a.tar.gz
gleam_stdlib-1fd170f5244339e34f1facb24a0893381e94e66a.zip
`order.reverse` (#476)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6213b65..306be71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
## Unreleased
- The `list` module gains the `list.map2` function.
+- `reverse` has been renamed to `negate` in the `order` module.
+- A new `reverse` function is added to the `order` module, which reverses an ordering function.
- `flatten` has been renamed to `concat` in the `list` module. The old name is
still available as an alias and is deprecated.