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 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.