aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-04-03 15:30:18 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2026-04-03 15:30:18 +0200
commit0615675085f9cf65bd3918b5b3d68e05bc68b48c (patch)
treed3c67ea1a7120e6891be2154d1741e95f1064209 /CHANGELOG.md
parentb76b677040488af7c278d5f433082832611c5632 (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 ea8b23f..cc92bba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ documented in this file.
- Added and made use of `mfprintf()`.
- Added array indices bounds checking.
- Added null checks.
+- Fixed conflicting parameter names.
- Fixed hardcoded function names in text messages.
- Fixed implicit type conversions (from enum type to integer type).
- Fixed integer to pointer casts.