diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 20:28:02 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 20:28:02 -0500 |
commit | 22297e2ee41568b305c164cd54b5d48e92046eca (patch) | |
tree | 7d524497d28fd6f5226e4866575a19193e13c4fb /docs | |
parent | 8dd94ac7f1fc1b77508b1140787c91413cbb817a (diff) | |
download | SMAPI-22297e2ee41568b305c164cd54b5d48e92046eca.tar.gz SMAPI-22297e2ee41568b305c164cd54b5d48e92046eca.tar.bz2 SMAPI-22297e2ee41568b305c164cd54b5d48e92046eca.zip |
fix host peer not cleared when a multiplayer session ends
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 467f2298..813f40a7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,8 @@ # Release notes ## 2.9.3 -* Fixed errors hovering items in some cases with SMAPI 2.9.2. +* For players: + * Fixed errors hovering items in some cases with SMAPI 2.9.2. + * Fixed some multiplayer features broken when a farmhand returns to title and rejoins. ## 2.9.2 * For players: |