diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 16:40:32 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 16:40:32 -0400 |
commit | 0b21357e37c900774668fdaf3e83e1e7f7df0c38 (patch) | |
tree | 6aabdc435588b623884e293f5b3481c1926cbd50 /docs | |
parent | a6274533090053e1c9ccc9ddf282cb672b0e3af5 (diff) | |
download | SMAPI-0b21357e37c900774668fdaf3e83e1e7f7df0c38.tar.gz SMAPI-0b21357e37c900774668fdaf3e83e1e7f7df0c38.tar.bz2 SMAPI-0b21357e37c900774668fdaf3e83e1e7f7df0c38.zip |
fix asset propagation for title menu buttons
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index cdd141c3..b43489d3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -24,6 +24,7 @@ * For modders: * Added `PathUtilities` to simplify working with file/asset names. * You can now read/write `SDate` values to JSON (e.g. for `config.json`, network mod messages, etc). + * Fixed asset propagation not updating title menu buttons immediately on Linux/Mac. * For the web UI: * Updated the JSON validator/schema for Content Patcher 1.16 and 1.17. |