aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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