aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 242d142..81a3f67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ documented in this file.
- Fixed incorrect buffer sizes
- Fixed unchecked return values
- Made functions and variables private (aka static) where possible.
+- Marked functions that doesn't return `__dead`.
- Redefined `ASSERT()`
- Reformatted code according to OpenBSD's KNF.
- Replaced `rand()` calls with arc4random.