diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-28 12:01:11 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-02-28 12:01:11 -0500 |
commit | 944c03737e7f7d7788f4321224a4e59a4f04717d (patch) | |
tree | 699cdb1fa816399e1ffda496a5b0d8e5c8a896ec /docs | |
parent | db011ee751bdfb8bbd9abbeb706966db4c4e2461 (diff) | |
download | SMAPI-944c03737e7f7d7788f4321224a4e59a4f04717d.tar.gz SMAPI-944c03737e7f7d7788f4321224a4e59a4f04717d.tar.bz2 SMAPI-944c03737e7f7d7788f4321224a4e59a4f04717d.zip |
add load stages immediately after game adds initial locations
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index fb67d8dc..e7401910 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,10 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## Upcoming release +* 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. + ## 3.9.2 Released 21 February 2021 for Stardew Valley 1.5.4 or later. |