summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-28 00:39:01 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-28 00:39:01 -0400
commit698930820cc59c5e7193283afb7e9d535391afdb (patch)
treebf0eb5f9d51c6240207920cb03243302335f3be8 /release-notes.md
parent586f27c4c265e06d0138e419f762e326bbe3ca46 (diff)
downloadSMAPI-698930820cc59c5e7193283afb7e9d535391afdb.tar.gz
SMAPI-698930820cc59c5e7193283afb7e9d535391afdb.tar.bz2
SMAPI-698930820cc59c5e7193283afb7e9d535391afdb.zip
log debug command output (#297)
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index ce4ec082..f202f4d4 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -33,6 +33,7 @@ For modders:
* Added `Context.IsInDrawLoop` for specialised mods.
* Fixed `smapi-crash.txt` being copied from the default log even if a different path is specified with `--log-path`.
* Fixed the content API not matching XNB filenames with two dots (like `a.b.xnb`) if you don't specify the `.xnb` extension.
+* Fixed `debug` command output not printed to console.
## 1.13.1
See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1).