diff options
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index a8fa99c3..56c2f50f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,4 @@ -# Release notes +# Release notes ## Upcoming release * For players: * Added `world_clear` console command to remove spawned or placed entities. @@ -9,6 +9,7 @@ * Added new [events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events): * `GameLoop.OneSecondUpdateTicking` and `OneSecondUpdateTicked`; * `Specialised.LoadStageChanged`. + * Added `e.IsCurrentLocation` event arg to `World` events. * You can now use `helper.Data.Read/WriteSaveData` as soon as the save is loaded (instead of once the world is initialised). * For the web UI: |