diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 030af3ed..c65d6e0d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,13 +3,15 @@ ## 2.6 alpha * For players: * Added support for Stardew Valley 1.3+; no longer compatible with earlier versions. + * Added `Context.IsMultiplayer` and `Context.IsMainPlayer` flags. * Fixed SMAPI update alerts linking to the GitHub repository instead of [smapi.io](https://smapi.io). * Fixed SMAPI update checks not showing newer beta versions when using a beta version. * For modders: * Added code analysis to mod build config package to flag common issues as warnings. - * Fixed some assets not being editable. * Dropped some deprecated APIs. + * Fixed assets loaded by temporary content managers not being editable. + * Fixed issue where assets didn't reload correctly when the player switches language. * For SMAPI developers: * Added prerelease versions to the mod update-check API response where available (GitHub only). |