From 698930820cc59c5e7193283afb7e9d535391afdb Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 28 May 2017 00:39:01 -0400 Subject: log debug command output (#297) --- release-notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'release-notes.md') 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). -- cgit