diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-30 02:38:51 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-30 02:38:51 +0100 |
commit | ab98ba274b1d4eee8d38c3bcdf6a5ea62311c954 (patch) | |
tree | 929ff46f10357df1f95bf350d123f1833128c748 | |
parent | 80722d9624b98942ec65977e11f14a6bcebbe02c (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
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). |