diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-02 15:01:03 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-02 15:01:03 -0500 |
commit | 4991b4d6afea97dc6c9aa5174d438cac72e7d116 (patch) | |
tree | e7bdd09c8278522653457f9cda2370215d8edee7 /docs | |
parent | 0a2b15d3c36a0a5db4d8fb6e48b592507dc74c14 (diff) | |
download | SMAPI-4991b4d6afea97dc6c9aa5174d438cac72e7d116.tar.gz SMAPI-4991b4d6afea97dc6c9aa5174d438cac72e7d116.tar.bz2 SMAPI-4991b4d6afea97dc6c9aa5174d438cac72e7d116.zip |
prefix OS name in log on Android
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index fe21cdb7..56d4e7c3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,9 @@ * Added support for self-broadcasts through the multiplayer API. (Mods can now send messages to the current machine. That enables simple integrations between mods without needing an API, and lets mods notify a host mod without needing different code depending on whether the current player is the host or a farmhand.) * Eliminated unneeded network messages when broadcasting to a peer who can't handle the message (e.g. because they don't have SMAPI or don't have the target mod). +* For SMAPI/tool developers: + * The SMAPI log now prefixes the OS name with `Android` on Android. + ## 3.2 Released 01 February 2020 for Stardew Valley 1.4.1 or later. |