aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6dc24e3..530c8f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@ documented in this file.
- Deleted obsolete and unused code
- Deleted unused includes.
- Fixed format strings that weren't string literals. Potentially
- insecure.
+ insecure. (_Multiple_ occurrences.)
- Fixed incorrect buffer sizes
- Fixed unchecked return values
- Made functions and variables private (aka static) where possible.