diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 22:52:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 22:52:28 -0400 |
commit | b9036f212e7898f9cd13006024d63aec61d50ed6 (patch) | |
tree | 7d7f604e6c84c1f552a3a73b966834ff015fae90 /docs/release-notes.md | |
parent | 803a36133dc2e68662b16cea713eaa2ceaf2b924 (diff) | |
download | SMAPI-b9036f212e7898f9cd13006024d63aec61d50ed6.tar.gz SMAPI-b9036f212e7898f9cd13006024d63aec61d50ed6.tar.bz2 SMAPI-b9036f212e7898f9cd13006024d63aec61d50ed6.zip |
group mod warnings in console
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 b531d7ec..b380f11d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ * Added prompt when in beta channel and a new version is found. * Added friendly error when game can't start audio. * Added console warning for mods which don't have update checks configured. + * Improved how mod warnings are shown in the console. * Fixed console color scheme on Mac or in PowerShell, configurable via `StardewModdingAPI.config.json`. * Fixed detection of GOG Galaxy install path in rare cases. * Fixed install error on Linux/Mac in some cases. |