diff options
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index a1d78334..f1e75153 100644 --- a/release-notes.md +++ b/release-notes.md @@ -25,6 +25,7 @@ For mod developers: * Restrict mods from accessing SMAPI internals using its reflection helper, to discourage fragile mods. * Fixed `GraphicsEvents.Resize` being raised before the game updates its window data. * Fixed `TimeEvents.AfterDayStarted` being raised during the new-game intro. +* Fixed `Context.IsPlayerFree` being incorrectly false in some cases (e.g. when using a tool). ## 1.15.2 For players: |