aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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.