diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-10 18:51:37 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-10 18:51:37 -0400 |
commit | eb01aa275b272774c48672a2560455d3fb902a4e (patch) | |
tree | ca664fc34d2caab998ff5d8cf73318295d3f233a /docs/release-notes.md | |
parent | 7a91cf1cd875bc62072571e1b259a10cbacdaaab (diff) | |
download | SMAPI-eb01aa275b272774c48672a2560455d3fb902a4e.tar.gz SMAPI-eb01aa275b272774c48672a2560455d3fb902a4e.tar.bz2 SMAPI-eb01aa275b272774c48672a2560455d3fb902a4e.zip |
fix asset propagation for player sprite recolor masks
Diffstat (limited to 'docs/release-notes.md')
-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 23783a8a..3ba11edd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ # Release notes ## Upcoming release +* For mod authors: + * Fixed asset propagation for player sprites not fully updating recolor masks in some cases. + * For the web UI: * Updated the JSON validator/schema for Content Patcher 1.26.0. |