summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-15 18:48:32 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-15 18:48:32 -0500
commit56ca0f5e81b22eafeaec2c51085a82bda1188121 (patch)
tree90e1a4dd8ec9d0f955936d03147d6930f2dc88f7 /docs
parent812251e7ae532d7a2f10d46ff366bf19e67e88d0 (diff)
downloadSMAPI-56ca0f5e81b22eafeaec2c51085a82bda1188121.tar.gz
SMAPI-56ca0f5e81b22eafeaec2c51085a82bda1188121.tar.bz2
SMAPI-56ca0f5e81b22eafeaec2c51085a82bda1188121.zip
add split-screen info to multiplayer peer
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index c36d80ed..49ee219a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -10,6 +10,7 @@
## Upcoming release
* For modders:
* Expanded `PerScreen<T>` API: you can now get/set the value for any screen, get all active values, or clear all values.
+ * Expanded player info received from multiplayer API/events with new `IsSplitScreen` and `ScreenID` fields.
* Added an option to disable rewriting mods for compatibility (thanks to Bpendragon!). This may prevent older mods from loading, but bypasses a Visual Studio crash when debugging.
* For the Error Handler mod: