diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:37:47 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:37:47 +0100 |
commit | 6c45ac02b57114c7f857e57353d91e143c1caedb (patch) | |
tree | 5f4c7405a36a6f8f13d0952174f64cd7857b15c7 | |
parent | a5cd4363f104235c0e766bf9c378f11b4611fdd1 (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 8b1ca39..6a63a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ documented in this file. - Added a new build system (and deleted the old). - Added argument lists to many function declarations. - Added better handling of memory allocation errors. +- Added usage of the `time_t` typedef in multiple places. This instead + of `int`. - Deleted disabled code - Did new revisions of the following files: - `eco.c` |