diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-10 18:20:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-10 18:20:49 -0400 |
commit | 9fba3c12667555958e2eb6ecf1d2ebe47fd77c58 (patch) | |
tree | f0232b2b0376302b641d6ce80526c47c4ca969a6 /docs/release-notes.md | |
parent | f41896041dcdc9ab5ac014f2b185d86e2f21ebf9 (diff) | |
download | SMAPI-9fba3c12667555958e2eb6ecf1d2ebe47fd77c58.tar.gz SMAPI-9fba3c12667555958e2eb6ecf1d2ebe47fd77c58.tar.bz2 SMAPI-9fba3c12667555958e2eb6ecf1d2ebe47fd77c58.zip |
add context properties for multiplayer, update release notes (#453)
Diffstat (limited to 'docs/release-notes.md')
-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 3406e735..c04b6bdf 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,12 +3,14 @@ ## 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: * Dropped some deprecated APIs. - * Fixed some assets not being editable. + * 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). |