From 1ae8354d444013117abdde5987f734b3587592c4 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 26 Jun 2020 17:51:43 +0100 Subject: Changelog! --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b8f57..fb85cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - `bit_string` module created with `from_string`, `byte_size`, `append`, `part`, `int_to_u32` and `int_from_u32`. +- The `bit_builder` module has been introduced with `prepend`, `append`, + `prepend_builder`, `append_builder`, `prepend_string`, `append_string`, + `concat`, `from_bit_string`, `to_bit_string`, and `byte_size` functions. +- The `iodata` module has been renamed to `string_builder`. - `os` module created with `get_env`, `insert_env`, `delete_env` and `system_time`. - The `string` module gains the `split_once` function. -- cgit v1.2.3