diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-01-20 01:01:26 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-07 22:42:02 -0500 |
commit | 59bc63cab6cd7fa80a4f46734fdaafde80e5b351 (patch) | |
tree | 5b786c73ffee1f49b471c1950a5be646cedb2cb8 /docs/release-notes.md | |
parent | 782dc6f3060ce37e080e279e6c5e68b28b2b1e79 (diff) | |
download | SMAPI-59bc63cab6cd7fa80a4f46734fdaafde80e5b351.tar.gz SMAPI-59bc63cab6cd7fa80a4f46734fdaafde80e5b351.tar.bz2 SMAPI-59bc63cab6cd7fa80a4f46734fdaafde80e5b351.zip |
propagate asset changes into the save file being loaded
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 0081d8cf..1698b1fd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,5 @@ # Release notes -## Upcoming - +## Upcoming release * For players: * Added mod page link to 'missing dependency' errors for the most common dependencies. * Improved save backups: @@ -15,6 +14,7 @@ * Fixed broken ModDrop links in the compatibility list. * For modders: + * Asset changes are now propagated into the parsed save being loaded if applicable. * Fixed `Constants.SaveFolderName` and `CurrentSavePath` not available during early load stages when using `Specialised.LoadStageChanged` event. * Fixed `LoadStage.SaveParsed` raised before the parsed save data is available. * Fixed 'unknown mod' deprecation warnings showing the wrong stack trace. |