diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-22 20:26:21 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-22 20:26:21 -0500 |
commit | ddba317142b6b5cbf3efbc867d0b5bd95afcefb2 (patch) | |
tree | 818627a691257159d93b7c838dbf0ebc0bb45200 /docs/release-notes.md | |
parent | ec1e5a169828d95c6cf0c779089b25627754c894 (diff) | |
download | SMAPI-ddba317142b6b5cbf3efbc867d0b5bd95afcefb2.tar.gz SMAPI-ddba317142b6b5cbf3efbc867d0b5bd95afcefb2.tar.bz2 SMAPI-ddba317142b6b5cbf3efbc867d0b5bd95afcefb2.zip |
add friendly warning when an i18n file has duplicate keys due to case-insensitivity (#448)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f6498f06..b5d6e32a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,7 @@ * Added `SpecialisedEvents.UnvalidatedUpdateTick` event for specialised use cases. * 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 unhelpful error when a translation file has duplicate keys due to case-insensitivity. * 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. |