diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-21 17:58:17 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-21 17:58:17 -0400 |
commit | bf3ed26a8b6480a12c7e62f483234d8c616fae28 (patch) | |
tree | 8df10409d2543d983d81d0f1502c1f9b2c72bb1f /release-notes.md | |
parent | 9e7c77f1f4bb9bc244a8227d932a28999b022471 (diff) | |
download | SMAPI-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.md | 1 |
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). |