summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-08 23:34:43 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-08 23:34:43 -0500
commitf3acc0b07c1d126b03fbf1ea48f45be1308dce97 (patch)
tree2e14676338b97564f5ef8a1e3b7575a4ebd66a14 /docs/release-notes.md
parent65180f86d81736327a5c8179ebf76a3cb4aff32c (diff)
downloadSMAPI-f3acc0b07c1d126b03fbf1ea48f45be1308dce97.tar.gz
SMAPI-f3acc0b07c1d126b03fbf1ea48f45be1308dce97.tar.bz2
SMAPI-f3acc0b07c1d126b03fbf1ea48f45be1308dce97.zip
add Italian translations
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a365b153..78b0d132 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,9 @@
# Release notes
## Upcoming release
+* For players:
+ * Updated translations. Thanks to xCarloC (added Italian)!
+
* For modders:
* 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).