From ca18a2867b457fd6bfda71d9828884032ecadfb8 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 29 Dec 2018 20:09:19 -0500 Subject: update for release --- docs/release-notes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 12fd563a..2fd4b42c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,17 +1,17 @@ # Release notes -## Upcoming release +## 2.10 +Released 29 December 2018 for Stardew Valley 1.3.32. + * For players: * Added `world_clear` console command to remove spawned or placed entities. - * Minor performance improvement. + * Minor performance improvements. * Tweaked installer to reduce antivirus false positives. * For modders: - * Added new [events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events): - * `GameLoop.OneSecondUpdateTicking` and `OneSecondUpdateTicked`; - * `Specialised.LoadStageChanged`. + * Added [events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events): `GameLoop.OneSecondUpdateTicking`, `GameLoop.OneSecondUpdateTicked`, and `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). - * Increased deprecation levels from _notice_ to _info_ for APIs removed in the upcoming SMAPI 3.0. + * Increased deprecation levels to _info_ for the upcoming SMAPI 3.0. * For the web UI: * Reduced mod compatibility list's cache time. -- cgit