diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-03 19:12:39 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-03 19:12:39 -0500 |
commit | 65180f86d81736327a5c8179ebf76a3cb4aff32c (patch) | |
tree | 8264953b389085f7eebfd008bf86f279a7368a14 /docs | |
parent | 4991b4d6afea97dc6c9aa5174d438cac72e7d116 (diff) | |
download | SMAPI-65180f86d81736327a5c8179ebf76a3cb4aff32c.tar.gz SMAPI-65180f86d81736327a5c8179ebf76a3cb4aff32c.tar.bz2 SMAPI-65180f86d81736327a5c8179ebf76a3cb4aff32c.zip |
update CP schema for .tmx support
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 56d4e7c3..a365b153 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 the web UI: + * Updated the JSON validator and Content Patcher schema for `.tmx` support. + * For SMAPI/tool developers: * The SMAPI log now prefixes the OS name with `Android` on Android. |