diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 21:13:38 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-11-26 21:13:38 -0500 |
commit | 49bc98fa4c2432277647c968f57e81b63c474860 (patch) | |
tree | 230662d886918f87ae56fc4c87518f1f3c2ea780 /docs/release-notes.md | |
parent | 698c2702116507ec4b2409f5a9776518539f941e (diff) | |
download | SMAPI-49bc98fa4c2432277647c968f57e81b63c474860.tar.gz SMAPI-49bc98fa4c2432277647c968f57e81b63c474860.tar.bz2 SMAPI-49bc98fa4c2432277647c968f57e81b63c474860.zip |
fix player_add command not handling upgrade level (#397)
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 b60dad9d..1b06f86f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ * For players: * Fixed mods crashing when loading a custom asset on Linux/Mac. * Fixed rare installer errors on Mac due to generated `mcs` file. + * Fixed `player_add` command not handling tool upgrade levels. * Updated compatibility list. * For modders: |