diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-20 23:14:39 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-20 23:14:39 -0500 |
commit | b3318af7d0e40462563e6d98c0c15fac48bb6770 (patch) | |
tree | 04092d0767ee227ee65e01baebce66b5aee37ebb /docs | |
parent | 9eae0df9f08d19646b3060f79a2a7301d6c038c6 (diff) | |
download | SMAPI-b3318af7d0e40462563e6d98c0c15fac48bb6770.tar.gz SMAPI-b3318af7d0e40462563e6d98c0c15fac48bb6770.tar.bz2 SMAPI-b3318af7d0e40462563e6d98c0c15fac48bb6770.zip |
update release notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 31ceb7de..38fb680b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,7 @@ * Fixed error parsing JSON files generated on another platform. * Fixed error parsing some JSON files after mods reload core assemblies, which is no longer allowed. * Fixed error on Linux loading SMAPI when the default terminal is set to Terminator. + * Fixed issue where Custom Farm Types couldn't initialise a custom farm. * For the [log parser][]: * Fixed parse error for logs with zero installed mods. @@ -17,6 +18,7 @@ * 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. * Fixed semantic versions always ignoring `-0` tag. + * Updated Json.NET to 11.0.1-beta3 (needed to avoid parser edge case with the new converters). * For SMAPI developers: * Overhauled input handling to support future input events. |