diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-27 01:56:41 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-27 01:56:41 +0100 |
commit | 3c7d144edd00ecfc0fa542fa99fb7e4fd34cc117 (patch) | |
tree | bbed815851a8a64abd6bf537fb05705a83d3739d | |
parent | 76a961e5c8dc7f6d65dad0e299d04ebb05afc338 (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 a2fb43f..4c00799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ documented in this file. - Added variable `seek`. - Added width specifications to multiple `fscanf()` and `sscanf()` calls, thus eliminated the risk of overflow. Multiple occurrences. +- Compile using `-D_FORTIFY_SOURCE=3`. - Fixed a bug in `net_send_string()`, where the expression was calculated as `A = (B >= C)`. - Fixed bughouse. (A board was missing.) |