summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-10 18:20:49 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-10 18:20:49 -0400
commit9fba3c12667555958e2eb6ecf1d2ebe47fd77c58 (patch)
treef0232b2b0376302b641d6ce80526c47c4ca969a6 /docs/release-notes.md
parentf41896041dcdc9ab5ac014f2b185d86e2f21ebf9 (diff)
downloadSMAPI-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.md4
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).