diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 00:26:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 00:26:13 -0400 |
commit | f1b7585e50b1a3a732787eec2fa9b6d7bd04a554 (patch) | |
tree | c9c10ae7d58dfc4ff601a60c65cfbd8f6bb8c546 | |
parent | 9cebd83cb968a61e809bd721056fd9fc17f3b5fe (diff) | |
download | SMAPI-f1b7585e50b1a3a732787eec2fa9b6d7bd04a554.tar.gz SMAPI-f1b7585e50b1a3a732787eec2fa9b6d7bd04a554.tar.bz2 SMAPI-f1b7585e50b1a3a732787eec2fa9b6d7bd04a554.zip |
fix misplaced release notes (#453)
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3cb048cd..4fec0c3d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,7 +2,6 @@ ## 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. * Added warning for mods which don't have update checks configured. * Fixed SMAPI update checks not showing newer beta versions when using a beta version. * Fixed console color scheme on Mac or PowerShell, and added override option to `StardewModdingAPI.config.json`. @@ -10,6 +9,7 @@ * For modders: * Added code analysis to mod build config package to flag common issues as warnings. + * Added `Context.IsMultiplayer` and `Context.IsMainPlayer` flags. * Fixed assets loaded by temporary content managers not being editable. * Fixed issue where assets didn't reload correctly when the player switches language. * Fixed `helper.ModRegistry.GetApi` interface validation errors not mentioning which interface caused the issue. |