diff options
Diffstat (limited to 'docs')
-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. |