aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-05-25 10:44:01 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commitf310627585fa8bec37bee7b3ac5e783d0cfbc77a (patch)
treee8cebd89b880556d026537a6a20c509bd0a1c6ed /CHANGELOG.md
parent6378ec6a0e1af8c31e407c994e8077c07812f401 (diff)
downloadgleam_stdlib-f310627585fa8bec37bee7b3ac5e783d0cfbc77a.tar.gz
gleam_stdlib-f310627585fa8bec37bee7b3ac5e783d0cfbc77a.zip
set.delete!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 531cba6..9c80add 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@
- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,
`from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`,
`cycle`, and `range` functions.
-- Created the `set` module with the `new`, `insert`, and `contains` functions.
+- Created the `set` module with the `new`, `insert`, `delete`, and `contains`
+ functions.
- Created the `io` module with the `print`, `println`, and `debug` functions.
- Created the `queue` module with the `new`, `from_list`, `to_list`,
`is_empty`, `length`, `push_back`, `push_front`, `pop_back`, `pop_front`,