diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-17 00:38:59 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-17 00:38:59 -0500 |
commit | 52867bb634af4706abe41557728c58b27b69f34d (patch) | |
tree | a6e97d15281eee4f1a7caf286367e2ea6eef9fb5 /docs | |
parent | 4d9f8368169c39d05d43ca2258a4757af2e85480 (diff) | |
download | SMAPI-52867bb634af4706abe41557728c58b27b69f34d.tar.gz SMAPI-52867bb634af4706abe41557728c58b27b69f34d.tar.bz2 SMAPI-52867bb634af4706abe41557728c58b27b69f34d.zip |
fix uninstall script not confirming success on Linux/Mac
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 831d89b0..51f0b76c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ * For players: * When a mod is skipped because you're missing a dependency, the error now shows the name and URL of the missing mod. * Fixed mod crashes being logged under `[SMAPI]` instead of the mod name. + * Fixed uninstall script not confirming success on Linux/Mac. * Updated compatibility list and enabled update checks for more old mods. * For modders: |