update release notes

This commit is contained in:
Jesse Plamondon-Willard 2022-11-11 01:35:42 -05:00
parent 133aeab3fc
commit e44562c9c5
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,11 @@
## Upcoming release
* For players:
* Added config option to disable console input. This may reduce CPU usage on some Linux systems.
* Added config options to override the mod load order, for the rare cases where that's needed (thanks to Shockah!).
* Added config option to disable console input, which may reduce CPU usage on some Linux systems.
* For mod authors:
* Optimized asset name comparisons (thanks to atravita!).
* For the web UI:
* Fixed log parser not showing screen IDs in split-screen mode, and improved screen display.

View File

@ -412,6 +412,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi
when you compile it.
## Release notes
## Upcoming release
* Added `manifest.json` format validation on build (thanks to tylergibbs2!).
### 4.0.2
Released 09 October 2022.