diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-08 11:27:23 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-08 11:27:23 -0500 |
commit | 04b9a810dde93ff790e356f0af3510c7d20bebfc (patch) | |
tree | a40fa1eaf26a0a1302bb302b99f0d382ea897787 /docs | |
parent | 47beb2f5345670be5fc1ba5ec109835f6a67e7a0 (diff) | |
download | SMAPI-04b9a810dde93ff790e356f0af3510c7d20bebfc.tar.gz SMAPI-04b9a810dde93ff790e356f0af3510c7d20bebfc.tar.bz2 SMAPI-04b9a810dde93ff790e356f0af3510c7d20bebfc.zip |
add asset propagation for grass textures
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 bab7409b..8754e777 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,9 @@ * Updated for the 'Force Off' gamepad mode added in Stardew Valley 1.4.0.1. * Fixed compatibility issue with Arch Linux. +* For modders: + * Added asset propagation for grass textures. + * For the web UI: * If a JSON validator upload can't be saved to Pastebin (e.g. due to rate limits), it's now uploaded to Amazon S3 instead. Files uploaded to S3 expire after one month. * Updated the JSON validator for Content Patcher 1.10.0. |