aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f349c6..cf36b54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ documented in this file.
## [Unreleased] ##
- Added and made use of `mfprintf()`.
- Added null checks.
+- Fixed hardcoded function names in text messages.
- Fixed integer to pointer casts.
- Fixed potential uncovered code paths, i.e. added a default label to
the `switch` statements.