summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-19 20:22:01 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-19 20:22:01 -0500
commitb6cc17112d95345de83348dd918ed1f7711926f4 (patch)
tree3581dd8c2fd5fdff8bfcdf277e7a8815d739325d /docs/release-notes.md
parentc38c2b2c41b97ae7f7e46a4010107221a0e47c91 (diff)
downloadSMAPI-b6cc17112d95345de83348dd918ed1f7711926f4.tar.gz
SMAPI-b6cc17112d95345de83348dd918ed1f7711926f4.tar.bz2
SMAPI-b6cc17112d95345de83348dd918ed1f7711926f4.zip
normalise path separators in read/write JSON file methods exposed to mods
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 597fe0e5..f6498f06 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -16,6 +16,7 @@
* Fixed unhelpful error when a mod exposes a non-public API.
* Fixed input events being raised for keyboard buttons when a textbox is receiving input.
* Fixed some JSON field names being case-sensitive.
+ * Fixed `helper.ReadJsonFile` and `helper.WriteJsonFile` not normalising path separators.
* For SMAPI developers:
* Overhauled mod DB format to be more concise, reduce the memory footprint, and support versioning/defaulting more fields.