diff --git a/docs/release-notes.md b/docs/release-notes.md index 3913862b..fc8adc61 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,9 +6,10 @@ * Tweaked installer to reduce antivirus false positives. * For modders: - * Added `GameLoop.OneSecondUpdateTicking/Ticked` events. - * Added `Specialised.LoadStageChanged` for mods which need to do something at a specific point in the game's save loading process. - * You can now use read/write save data as soon as the save is loaded (instead of once the world is initialised). + * Added new [events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events): + * `GameLoop.OneSecondUpdateTicking` and `OneSecondUpdateTicked`; + * `Specialised.LoadStageChanged`. + * You can now use `helper.Data.Read/WriteSaveData` as soon as the save is loaded (instead of once the world is initialised). ## 2.9.3 * For players: