diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 19:27:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-22 19:27:08 -0400 |
commit | 737e31b531e2064643e4c790673d5053afe683ae (patch) | |
tree | 44d7de80e93499de695a5ff201e68413fd679afc /docs/release-notes.md | |
parent | 107232ae439c26459b08f20e17f7582077cb35ba (diff) | |
download | SMAPI-737e31b531e2064643e4c790673d5053afe683ae.tar.gz SMAPI-737e31b531e2064643e4c790673d5053afe683ae.tar.bz2 SMAPI-737e31b531e2064643e4c790673d5053afe683ae.zip |
remove invalid-location check now handled by the game
Diffstat (limited to 'docs/release-notes.md')
-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 73fa8ed1..12ba056d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ ## Upcoming release * For players: * Fixed semi-transparency issues on Linux/Mac in recent versions of Mono (e.g. pink shadows). + * Removed invalid location check. This is now handled by the game itself. * Updated translations. Thanks to Annosz (added Hungarian)! * For the Console Commands mod: |