aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-03-23 16:03:43 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2025-03-23 16:03:43 +0100
commit9b6e720abce1a7c0b0c79e9caffff697abd44824 (patch)
tree7dd7956211a7581b624571128b1ff9b92f127766
parent8bed583a8e2ced6b51ce97fd7d51cb8d1b5114df (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 279893b..4ad8e0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.
## [Unreleased] ##
+- Changed the addplayer program to output a restart notice if an admin
+ account is created.
- Changed the program to avoid calculating the same string multiple
times. Multiple occurrences, found by PVS-Studio.
- Fixed `-Wshadow` warnings. Multiple occurrences.