diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-29 12:08:56 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-29 12:08:56 -0400 |
commit | 3e54ac88579ba202d9bac34ca88c1dcb25f90a64 (patch) | |
tree | f769f963a8513594177401337910d932cbdc1234 /docs/release-notes.md | |
parent | cecd17ec3c5a46ac37caf926a74eff03d49740a1 (diff) | |
download | SMAPI-3e54ac88579ba202d9bac34ca88c1dcb25f90a64.tar.gz SMAPI-3e54ac88579ba202d9bac34ca88c1dcb25f90a64.tar.bz2 SMAPI-3e54ac88579ba202d9bac34ca88c1dcb25f90a64.zip |
fix path segmenting on Linux/Mac in asset propagation
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index b404f18d..78d9d8bd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,13 @@ ← [README](README.md) # Release notes +## Upcoming release +* For the web UI: + * Updated the JSON validator and Content Patcher schema for Content Patcher 1.13. + +* For modders: + * Fixed asset propagation on Linux/Mac for monster sprites, NPC dialogue, and NPC schedules. + ## 3.4.1 Released 24 March 2020 for Stardew Valley 1.4.1 or later. @@ -8,9 +15,6 @@ Released 24 March 2020 for Stardew Valley 1.4.1 or later. * Asset changes now propagate to NPCs in an event (e.g. wedding sprites). * Fixed mouse input suppression not working in SMAPI 3.4. -* For the web UI: - * Updated the JSON validator and Content Patcher schema for Content Patcher 1.13. - ## 3.4 Released 22 March 2020 for Stardew Valley 1.4.1 or later. |