summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-05-21 17:58:17 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-05-21 17:58:17 -0400
commitbf3ed26a8b6480a12c7e62f483234d8c616fae28 (patch)
tree8df10409d2543d983d81d0f1502c1f9b2c72bb1f /release-notes.md
parent9e7c77f1f4bb9bc244a8227d932a28999b022471 (diff)
downloadSMAPI-bf3ed26a8b6480a12c7e62f483234d8c616fae28.tar.gz
SMAPI-bf3ed26a8b6480a12c7e62f483234d8c616fae28.tar.bz2
SMAPI-bf3ed26a8b6480a12c7e62f483234d8c616fae28.zip
fix smapi-crash.txt being copied from default log even if --log-path is specified
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index ec05d4c3..679699a3 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -20,6 +20,7 @@ For players:
For modders:
* You can now list mod dependencies in the `manifest.json`. SMAPI will make sure your dependencies are loaded before your mod, and will show a friendly error if a dependency is missing.
+* Fixed `smapi-crash.txt` being copied from the default log even if a different path is specified with `--log-path`.
## 1.13.1
See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1).