diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 23:42:53 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 23:42:53 +0100 |
commit | 500d238d165132fc89e4630ced683b0c781bfe99 (patch) | |
tree | 0d6e12cc761e3f3b782fcdd0a19b57e6f4a606cd | |
parent | 8417ef31d6b72802c7f80db78a39f97c48b96808 (diff) |
Updated the changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3b76e..4488842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ documented in this file. - Added better handling of memory allocation errors. - Added usage of the `time_t` typedef in multiple places. This instead of `int`. +- Declared file-local functions and variables as `PRIVATE`. - Deleted disabled code - Did new revisions of the following files: - `board.c` |