From 0e5a25b111aad8bd51494f45719ffd03eb75c0e8 Mon Sep 17 00:00:00 2001 From: Kerbiter Date: Fri, 10 Jan 2025 12:18:59 +0200 Subject: [PATCH] Mention save/load settings button rename in migration docs https://github.com/CnCNet/xna-cncnet-client/commit/260ec47d147369f1dda36d1bf41ec723e85cd58a --- Docs/Migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/Migration.md b/Docs/Migration.md index eb0701d23..a115542d8 100644 --- a/Docs/Migration.md +++ b/Docs/Migration.md @@ -43,3 +43,5 @@ Migrating from older versions - `statusError.png`; - The [Tiberian Sun Client v6 Changes](https://github.com/CnCNet/xna-cncnet-client/pull/275) changes the license to GPLv3. This means that if your client is a private fork, you must either stop releasing the modified client or provide the modified source code to public with GPLv3 license. + +- `BtnSaveLoadGameOptions` in game lobbies was renamed to `btnSaveLoadGameOptions` for consistency. See [this change](https://github.com/CnCNet/cncnet-ts-client-package/commit/2ac97c68978431e94e320299e0168119f75a849f) to TSC for an example of addressing this.