diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 00:09:30 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 00:09:30 +0100 |
commit | eb209b8fd6a4ae3411db01dc9604b239a4f5c671 (patch) | |
tree | d8e137f2adc55c5f127e9a52a70951f08bb30051 | |
parent | 36936b7109e8e4e158c4b54a2cf8e732127ab07f (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 6a63a47..a9387cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ documented in this file. ## [Unreleased] ## - Added a new build system (and deleted the old). - Added argument lists to many function declarations. +- Added auto-generation of the header file `ficspaths.h` and included + it in `config.h`. - Added better handling of memory allocation errors. - Added usage of the `time_t` typedef in multiple places. This instead of `int`. |