summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index af69d4d..db401a1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,15 @@
+| B
+
+- Add function foreach: Run function on each element;
+- Use directive globl instead of global in assembly;
+- Use SIZE_MAX instead of negative one;
+- Remove asflags from makefile;
+- Don't require GNU Make;
+- Change the type of fndbyte: (size_t (void const *,size_t,uint_least8_t)) => (size_t (void const *,size_t,unsigned char));
+- Change the type of memfill: (void (void *,size_t,uint_least8_t)) => (void (void *,size_t,unsigned char));
+- Update readme (add documentation for some functions);
+- Update susinfo symbol names;
+
| C
- Fix install target;