aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-10-25 13:53:12 +0100
committerLouis Pilfold <louis@lpil.uk>2019-10-25 15:13:33 +0100
commit0bf78a366609d460fa2546b17e12dcbc66cbc238 (patch)
tree698651ed11cddf4474f483536315d767d7e78516
parent74519318c70297b4e90b83011d353e40577f4e90 (diff)
downloadgleam_stdlib-0bf78a366609d460fa2546b17e12dcbc66cbc238.tar.gz
gleam_stdlib-0bf78a366609d460fa2546b17e12dcbc66cbc238.zip
Changelog!
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6321a32..b8ef2de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- Labels have been added to functions throughout the stdlib.
- `map.fetch` has been renamed to `map.get` and `map.put` to `map.insert`.
- The `pair` module gains the `map_first`, and `map_second` functions.
- The `string` module gains the `compare` function.