aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-06-07 18:28:50 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-07 20:36:07 +0100
commitc8313692a1550eb94b6910416a6d5626377d2fc1 (patch)
tree25024193fb49d9b57fabd56bfe8f8c899a3d043a /CHANGELOG.md
parentab78a6bda4a9274ae615d63ba8c7a093f1b653ce (diff)
downloadgleam_stdlib-c8313692a1550eb94b6910416a6d5626377d2fc1.tar.gz
gleam_stdlib-c8313692a1550eb94b6910416a6d5626377d2fc1.zip
rename insert_env
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a30455b..08e3ad2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
- `binary` module created with `from_string`, `byte_size`, `append`, `part`,
`int_to_u32` and `int_from_u32`.
-- `os` module created with `get_env`, `put_env`, `delete_env`.
+- `os` module created with `get_env`, `insert_env`, `delete_env`.
- The `string` module gains the `split_once` function.
## 0.9.0 - 2020-05-26