summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-01-21 22:22:44 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-01-21 22:22:44 -0500
commit5c96a10da5801049ee17ffa185dbf19e6d8a2306 (patch)
tree9302a2a53a68202ac97e86662394a509df499541 /docs/release-notes.md
parent274139eafef34866f8e7d404a52db85c8d89a624 (diff)
downloadSMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.tar.gz
SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.tar.bz2
SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.zip
update for release
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 51ac8c5a..9c1fbf93 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,14 +1,15 @@
# Release notes
## 2.4
* For players:
- * Fixed graphical corruption in rare cases.
- * Fixed error parsing `config.json` files containing curly quotes.
- * Fixed error parsing JSON files generated on another platform.
+ * Fixed visual map glitch in rare cases.
+ * Fixed error parsing JSON files which have curly quotes.
+ * Fixed error parsing some JSON files generated on another system.
* 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 intermittent errors (e.g. 'collection has been modified') with some mods when loading a save.
+ * Fixed compatibility with Linux Terminator terminal.
* For the [log parser][]:
- * Fixed parse error for logs with zero installed mods.
+ * Fixed error parsing logs with zero installed mods.
* For modders:
* Added `SaveEvents.BeforeCreate` and `AfterCreate` events.
@@ -17,8 +18,8 @@
* 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.
- * 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).
+ * Fixed semantic versions ignoring `-0` as a prerelease tag.
+ * Updated Json.NET to 11.0.1-beta3 (needed to avoid a parser edge case).
* For SMAPI developers:
* Overhauled input handling to support future input events.