aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-30 02:38:51 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-30 02:38:51 +0100
commitab98ba274b1d4eee8d38c3bcdf6a5ea62311c954 (patch)
tree929ff46f10357df1f95bf350d123f1833128c748 /CHANGELOG.md
parent80722d9624b98942ec65977e11f14a6bcebbe02c (diff)
Updated the changelog
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).