summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 795b6bd..71f7f64 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,12 @@
+# 24
+
+* Remove constructor taking a single value for `u8c::arr`.
+* Add new overload taking a single value for `u8c::arr::app`.
+* Add function `u8c::arr::log` to enable logging of array operations *(doesn't currently log a lot)*.
+* Remove `u8c::trunc`.
+* Initialise memory allocated by `u8c::arr`.
+* Add overload taking value used for memory-initialisation for `u8c::arr::alloc`.
+
# 23
* Rewrite for C++ *(read readme for list of current features)*.