diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-12 15:45:54 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-12 15:45:54 -0500 |
commit | 5518e4cf241e487da26bd2e651a57724389edfe2 (patch) | |
tree | b8cfa124f7aa300231dd64de3f606343cfaa3922 /docs | |
parent | 351f5ad5e0ec7f0fe703888b7fd5a3770a330e15 (diff) | |
download | SMAPI-5518e4cf241e487da26bd2e651a57724389edfe2.tar.gz SMAPI-5518e4cf241e487da26bd2e651a57724389edfe2.tar.bz2 SMAPI-5518e4cf241e487da26bd2e651a57724389edfe2.zip |
fix asset propagation for player sprites not affecting other players or recolor maps
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 63cbbc2c..f5c49a88 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,9 @@ * Fixed 'collection was modified' error when returning to title in rare cases. * Fixed update-check error if a mod's Chucklefish page has no version. +For modders: + * Asset propagation for player sprites now affects other players' sprites, and updates recolor maps (e.g. sleeves). + * For SMAPI/tool developers: * The `/mods` web API endpoint now includes version mappings from the wiki. |