aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-10-20 18:02:39 +0100
committerLouis Pilfold <louis@lpil.uk>2019-10-20 18:02:39 +0100
commitedaa30bda6520be7940e8c8fb8d0ec95947201e0 (patch)
tree482157a6b73536e9939dec81332db544f030d0e6 /CHANGELOG.md
parent81b3ca2b9b3dceedd62fbcef741548ae8a513601 (diff)
downloadgleam_stdlib-edaa30bda6520be7940e8c8fb8d0ec95947201e0.tar.gz
gleam_stdlib-edaa30bda6520be7940e8c8fb8d0ec95947201e0.zip
Rename map functions
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 f2375c6..6321a32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- `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.
- The `float` module gains the `max`, and `min` functions.