diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-20 21:26:21 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-20 21:26:21 -0500 |
commit | 9636d5b3aac99459e5933bc4fa6ddb8ca84917af (patch) | |
tree | 41c8f74d9c95294ec6b88035d47247f4c949a59c /docs | |
parent | 374a8ababeb1a341d5e7fe3f9a966ecca1ef6dab (diff) | |
download | SMAPI-9636d5b3aac99459e5933bc4fa6ddb8ca84917af.tar.gz SMAPI-9636d5b3aac99459e5933bc4fa6ddb8ca84917af.tar.bz2 SMAPI-9636d5b3aac99459e5933bc4fa6ddb8ca84917af.zip |
encapsulate common JSON converter code, improve parse errors (#423)
Diffstat (limited to 'docs')
-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 27110bff..31ceb7de 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,6 +12,7 @@ * For modders: * Added `SButton` `IsActionButton()` and `IsUseToolButton()` extensions. + * Improved JSON parse errors to provide more useful info for troubleshooting. * Fixed events being raised while the game is loading a save file. * Fixed input events not recognising controller input as an action or use-tool button. * Fixed input events setting the same `IsActionButton` and `IsUseToolButton` values for all buttons pressed in an update tick. |