summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-17 02:00:46 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-17 02:00:46 -0500
commit754e356adc8fa23f4cecef588406f126a3e1a4a4 (patch)
tree49b15bdc7438496de92adce948e5985259079b8d /docs/release-notes.md
parent52867bb634af4706abe41557728c58b27b69f34d (diff)
downloadSMAPI-754e356adc8fa23f4cecef588406f126a3e1a4a4.tar.gz
SMAPI-754e356adc8fa23f4cecef588406f126a3e1a4a4.tar.bz2
SMAPI-754e356adc8fa23f4cecef588406f126a3e1a4a4.zip
add install scripts for Linux/Mac (#434)
Diffstat (limited to 'docs/release-notes.md')
-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 51f0b76c..f44db00c 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,6 +1,7 @@
# Release notes
## 2.5
* For players:
+ * Added install scripts for Linux/Mac (no longer need to run `mono install.exe` through the terminal).
* 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.