aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Porto <s@porto5.com>2021-01-20 03:16:49 +1100
committerGitHub <noreply@github.com>2021-01-19 16:16:49 +0000
commit637e1f46bddbee4a4bb8a85e5c61e54d9197a57d (patch)
treeb0cbfd94b27bf2843bdd234813b4b85091332605 /CHANGELOG.md
parent400cd752db3e04dcad8bf2a199a4d136ed85cedc (diff)
downloadgleam_stdlib-637e1f46bddbee4a4bb8a85e5c61e54d9197a57d.tar.gz
gleam_stdlib-637e1f46bddbee4a4bb8a85e5c61e54d9197a57d.zip
Add list.window and list.window_by_2 (#156)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d6e5b2..94a8644 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The `list` modules gains the `window`, and `window_by_2` functions.
- The `int` module gains the `clamp` function.
- The `float` module gains the `clamp` function.