diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e3ad2..84fe36c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -- `binary` module created with `from_string`, `byte_size`, `append`, `part`, - `int_to_u32` and `int_from_u32`. +- `bit_string` module created with `from_string`, `byte_size`, `append`, + `part`, `int_to_u32` and `int_from_u32`. - `os` module created with `get_env`, `insert_env`, `delete_env`. - The `string` module gains the `split_once` function. |