summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-19 13:38:09 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-19 13:38:09 -0500
commit6cf4742bcaef633cb2f42fe2b19f8adaadb50491 (patch)
tree4dfc545fa214445c3c2c719f4f77bb5d24d5f4db /docs/release-notes.md
parent373469421fa05c300d3fd834e0660ef307a2a522 (diff)
downloadSMAPI-6cf4742bcaef633cb2f42fe2b19f8adaadb50491.tar.gz
SMAPI-6cf4742bcaef633cb2f42fe2b19f8adaadb50491.tar.bz2
SMAPI-6cf4742bcaef633cb2f42fe2b19f8adaadb50491.zip
fix some JSON field names being case-sensitive
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 2840798d..f2dde81d 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -14,6 +14,7 @@
* Fixed deadlock in rare cases when injecting a file with an asset loader.
* 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.
* For SMAPI developers:
* Overhauled mod DB format to be more concise, reduce the memory footprint, and support versioning/defaulting more fields.