diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 12:04:14 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-25 12:04:14 -0400 |
commit | bd146e74e8970156da82684a821e5d29ad054b97 (patch) | |
tree | dc5854ddf4edc61ac7c6e645c13d9e141552f75f /docs | |
parent | da66a3ef8eaabf79c26ba8e8e5c8a817560f2c6d (diff) | |
download | SMAPI-bd146e74e8970156da82684a821e5d29ad054b97.tar.gz SMAPI-bd146e74e8970156da82684a821e5d29ad054b97.tar.bz2 SMAPI-bd146e74e8970156da82684a821e5d29ad054b97.zip |
update release notes, minor tweaks (#475)
Diffstat (limited to 'docs')
-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 624891eb..38a8b00d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * 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 user command input not saved to log file. * Fixed `helper.ModRegistry.GetApi` interface validation errors not mentioning which interface caused the issue. * **Breaking change**: dropped some deprecated APIs. * **Breaking change**: mods can't intercept chatbox input, including the game's hotkey to toggle the chatbox (default `T`). |