diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-29 20:09:19 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-29 20:09:19 -0500 |
commit | ca18a2867b457fd6bfda71d9828884032ecadfb8 (patch) | |
tree | adeffec4a5d31503548ef5dead7d67b3bff9e694 /docs | |
parent | e77f17d80993d479090d1992c6a750f8041121fb (diff) | |
download | SMAPI-ca18a2867b457fd6bfda71d9828884032ecadfb8.tar.gz SMAPI-ca18a2867b457fd6bfda71d9828884032ecadfb8.tar.bz2 SMAPI-ca18a2867b457fd6bfda71d9828884032ecadfb8.zip |
update for release
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 12 |
1 files changed, 6 insertions, 6 deletions
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. |