summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-03 15:32:38 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-03 15:32:38 -0400
commit3f87210212e5ac8821ab806033f9173ed0fc0b6c (patch)
tree47644a5e778cce87094129c025c7f30e63a9a8f7 /docs
parent9187cda9ce7794b85f219be123c366dc2f640dc0 (diff)
downloadSMAPI-3f87210212e5ac8821ab806033f9173ed0fc0b6c.tar.gz
SMAPI-3f87210212e5ac8821ab806033f9173ed0fc0b6c.tar.bz2
SMAPI-3f87210212e5ac8821ab806033f9173ed0fc0b6c.zip
fix log parser mangling some crossplatform paths
Diffstat (limited to 'docs')
-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 210f4496..39b431cf 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -54,6 +54,7 @@
* Redesigned upload page to make it more intuitive for new players.
* Changed filters to show `DEBUG` messages by default.
* Fixed issue parsing content packs with no description.
+ * Fixed mangled crossplatform paths in some cases.
* For SMAPI developers:
* Added more consistent crossplatform handling using a new `EnvironmentUtility`, including MacOS detection.