diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-02 15:40:54 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-02 15:40:54 -0500 |
commit | ebfed7147c35b1862072a801cd698217cbcb0e3e (patch) | |
tree | 2f84f845a71721486b60946b001b21fc7b6787bb /docs/release-notes.md | |
parent | f0a5a3d154b0c362c455fc57ee2d29111748e0f8 (diff) | |
download | SMAPI-ebfed7147c35b1862072a801cd698217cbcb0e3e.tar.gz SMAPI-ebfed7147c35b1862072a801cd698217cbcb0e3e.tar.bz2 SMAPI-ebfed7147c35b1862072a801cd698217cbcb0e3e.zip |
update release notes (#604)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 921b6dbd..942e1e08 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,12 +1,13 @@ # Release notes ## Upcoming * For players: + * Added support for ModDrop in update checks and the mod compatibility list. * Fixed cryptic error when running the installer from inside a zip file on Windows. * Fixed error when leaving and rejoining a multiplayer server in the same session. * Fixed Console Commands' handling of tool upgrade levels for item commands. * For modders: - * Added support for ModDrop update keys (see [docs](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Manifest#Update_checks)). + * Added ModDrop update keys (see [docs](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Manifest#Update_checks)). * Reloading a map asset will now update affected locations. * Reloading the `Data\NPCDispositions` asset will now update affected NPCs. * Fixed some map tilesheets not editable if not playing in English. |