aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 530c8f1..8c8c1a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,8 @@ documented in this file.
checks.
- Replaced _multiple_ occurrences of `strcpy()` and `strcat()` with
size-bounded versions.
+- Switched to the usage of the functions from `err.h` in multiple
+ places for error handling.
## [1.0] - 2023-12-28 ##
- Added a new build system (and deleted the old).