aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-19 00:09:30 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-19 00:09:30 +0100
commiteb209b8fd6a4ae3411db01dc9604b239a4f5c671 (patch)
treed8e137f2adc55c5f127e9a52a70951f08bb30051 /CHANGELOG.md
parent36936b7109e8e4e158c4b54a2cf8e732127ab07f (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 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`.