aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2023-01-11 08:11:32 +0100
committerLouis Pilfold <louis@lpil.uk>2023-01-12 13:14:57 +0000
commita7fccb80940c9ce3dd6d8b08bd279d492a9ba97d (patch)
treedc8a13dfe793ec7643c6e4a1ca775d40af7b9532 /CHANGELOG.md
parent75347cb58f659dbf6c8e1999639c77e9852b068c (diff)
downloadgleam_stdlib-a7fccb80940c9ce3dd6d8b08bd279d492a9ba97d.tar.gz
gleam_stdlib-a7fccb80940c9ce3dd6d8b08bd279d492a9ba97d.zip
add changelog entry
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 9922f14..72dae5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- The `float` module gains the `loosely_equals` function.
- The `io` module gains `print_error` and `println_error` functions for
printing to stderr.
+- The `set` module gains the `drop` function.
- The `io.debug` function now prints to stderr instead of stdout when using
the Erlang target or running in Node.js (but still uses `console.log`
when running as JavaScript in a browser)