summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-13 21:03:04 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-13 21:03:04 -0500
commit6294b2731786d9110cd998d6ce503f11e0cfd167 (patch)
tree451fa2a5043c401e91ce23bffd0a9c7c0d073f2a /docs
parentc649572db8f2f57f5f39ed6d842529b188601206 (diff)
downloadSMAPI-6294b2731786d9110cd998d6ce503f11e0cfd167.tar.gz
SMAPI-6294b2731786d9110cd998d6ce503f11e0cfd167.tar.bz2
SMAPI-6294b2731786d9110cd998d6ce503f11e0cfd167.zip
fix update-check error for SMAPI on Android with four-part versions
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a14f6175..03a41627 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -4,6 +4,7 @@
## Upcoming release
* For players:
* Updated translations. Thanks to xCarloC (added Italian)!
+ * Fixed update-check errors for recent versions of SMAPI on Android.
* For the Save Backup mod:
* Fixed warning on MacOS when you have no saves yet.
@@ -13,7 +14,7 @@
* 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.)
* Added `helper.Input.GetStatus` method to get the low-level status of a button.
* 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).
- * Fixed marriage dialogue cleared when propagating dialogue changes.
+ * Fixed dialogue propagation clearing marriage dialogue.
* For the web UI:
* Updated the JSON validator and Content Patcher schema for `.tmx` support.