aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-23 21:46:59 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-23 21:46:59 +0100
commit975ec87814f14d809d5ef15cd8000bd8484db06c (patch)
tree2d56aba99390a0623533266fba7cd78b2ec641f6 /CHANGELOG.md
parentc254f6743e9c4a1cd8fe1f50c6ef4ed0e4d44cae (diff)
Updated the changelog
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 e774484..ff6f589 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ documented in this file.
- Added null checks.
- Fixed hardcoded function names in text messages.
- Fixed integer to pointer casts.
+- Fixed non asynchronous-safe functions called from signal handlers.
- Fixed potential uncovered code paths, i.e. added a default label to
the `switch` statements.
- Fixed unchecked function return values. _MULTIPLE_ occurrences.