diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-25 13:12:57 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-25 13:12:57 -0500 |
commit | cbd63b9a879031f20b8d04db83505dbcbe21bd47 (patch) | |
tree | b99f882f0ff59700abf660c989ad5ad12375a65b /docs/release-notes.md | |
parent | 3b5cfad2135e482d7fc885f16d8bbc075ad06a52 (diff) | |
download | SMAPI-cbd63b9a879031f20b8d04db83505dbcbe21bd47.tar.gz SMAPI-cbd63b9a879031f20b8d04db83505dbcbe21bd47.tar.bz2 SMAPI-cbd63b9a879031f20b8d04db83505dbcbe21bd47.zip |
fix Console Commands' handling of tool upgrade levels for item commands
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 95c822bd..2f229d38 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ ## Upcoming * For players: * Fixed cryptic error when running the installer from inside a zip file on Windows. + * Fixed Console Commands' handling of tool upgrade levels for item commands. * For modders: * Reloading a map asset will now automatically update affected locations. |