summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-15 12:21:22 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-15 12:21:22 -0500
commita8985e122e9ebd3cb1545971474b95d34058f896 (patch)
tree18cd20a7dacc8023a689f5118a6e42a486c3ca3a /docs
parente30e42762871af3900c47886b57e8c43287b290a (diff)
downloadSMAPI-a8985e122e9ebd3cb1545971474b95d34058f896.tar.gz
SMAPI-a8985e122e9ebd3cb1545971474b95d34058f896.tar.bz2
SMAPI-a8985e122e9ebd3cb1545971474b95d34058f896.zip
fix suppressed console output not suppressing newlines
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 1df0af0e..735c7c12 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -5,6 +5,7 @@
* For players:
* SMAPI now auto-fixes maps loaded without a required tilesheet to prevent errors.
* Added the new game build number to the SMAPI console + log.
+ * Fixed extra newlines shown in the console in non-developer mode.
* Fixed outdated instructions in Steam error message.
* Fixed uninstaller not removing `StardewModdingAPI.deps.json` file.
* Fixed launch issue on macOS when using some terminals (thanks to bruce2409!).