aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-06-22 15:20:50 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-22 20:15:00 +0100
commit5017b8bff3097206d36bc6d5f28ce082649d4dbc (patch)
treec12bf42e54655808a1d3b0e8cc723862604b5f64
parent2aba8e0878d525cc5afa219b3773441d31cd9956 (diff)
downloadgleam_stdlib-5017b8bff3097206d36bc6d5f28ce082649d4dbc.tar.gz
gleam_stdlib-5017b8bff3097206d36bc6d5f28ce082649d4dbc.zip
add changelog entry
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0815744..b96f93b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
- The `result` module gains the the `or` function.
- Created the `regex` module with the `from_string`, `from_string_with`, and
`match` functions.
+ - The `list` module gains the the `pop`, `pop_map` and `key_pop` functions.
## 0.9.0 - 2020-05-26