aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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.)