diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index dd9f0352..d55ba5a1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,15 +1,17 @@ # 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 rare issues caused by mods reloading core assemblies, which is no longer allowed. + * Fixed error parsing some JSON files after mods reload core assemblies, which is no longer allowed. * For the [log parser][]: * Fixed parse error for logs with zero installed mods. * For modders: * Added `SButton` `IsActionButton()` and `IsUseToolButton()` extensions. + * 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. |