diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-08 23:41:29 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-08 23:41:29 +0200 |
commit | 5a084b215408a8000529ab73830d6276c68bb9ba (patch) | |
tree | eb44004ffde8029e1c1fbcada8766cfc94baed3e /CHANGELOG.md | |
parent | 40f1ff4bc3fc3adf178c599a209f320e7cab94c6 (diff) |
Updated the changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9e36c..7289863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ documented in this file. - Added command-line option `l` (Display the legal notice and exit.) - Added return value checking of multiple `fscanf()` calls. - Added usage of `ARRAY_SIZE()`. +- Added variable 'interface' (for compatibility with XBoard). - Fixed unusual struct allocations. - Made functions and variables private where possible. - Replaced `bcopy()` with `memmove()`. |