diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-28 14:17:41 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-28 14:17:41 -0500 |
commit | b2d47e29ffe58142efd0a5084f33fefffd87a460 (patch) | |
tree | d2a3a78a264ea8a4cf08269cb8b9b4b3945b1171 /docs | |
parent | 403616b07c6da6479ce77fd45b41f622e9972915 (diff) | |
download | SMAPI-b2d47e29ffe58142efd0a5084f33fefffd87a460.tar.gz SMAPI-b2d47e29ffe58142efd0a5084f33fefffd87a460.tar.bz2 SMAPI-b2d47e29ffe58142efd0a5084f33fefffd87a460.zip |
add ReturningToTitle stage
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index d3b0698f..833e2130 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,7 +12,7 @@ * Fixed console showing _found 1 mod with warnings_ with no mods listed. * For mod authors: - * Added two stages to the `LoadStageChanged` event: `CreatedInitialLocations` and `SaveAddedLocations`, raised immediately after the game adds its vanilla locations but before they're initialized. + * Added three stages to the `LoadStageChanged` event: `CreatedInitialLocations`/`SaveAddedLocations` (raised immediately after the game adds locations but before they're initialized), and `ReturningToTitle` (raised before exiting to the title screen). ## 3.9.2 Released 21 February 2021 for Stardew Valley 1.5.4 or later. |