aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7513c94..33dced5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ documented in this file.
## [Unreleased] ##
- Added null checks.
+- Fixed potential uncovered code paths, i.e. added a default label to
+ the `switch` statements.
- Fixed unchecked function return values. _MULTIPLE_ occurrences.
- Fixed uninitialized variables.
- Replaced C-style headers in C++ files.