diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-02 20:35:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-02 20:35:02 -0400 |
commit | 3dc344054a701379528ca5de256210ce232c8cc3 (patch) | |
tree | 20e79b673bdcff467a633e2b7b5b55fd606d460d /docs | |
parent | 0d5b4e9983dd30fc7c586c22d69d54cd44e7a627 (diff) | |
download | SMAPI-3dc344054a701379528ca5de256210ce232c8cc3.tar.gz SMAPI-3dc344054a701379528ca5de256210ce232c8cc3.tar.bz2 SMAPI-3dc344054a701379528ca5de256210ce232c8cc3.zip |
don't overwrite .bin.osx file unnecessarily to avoid resetting file permissions (#768)
Diffstat (limited to 'docs')
-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 3d505b8b..a9074ba9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ ## Upcoming release * For players: + * On macOS, the `StardewModdingAPI.bin.osx` file is no longer overwritten if it's identical to avoid resetting file permissions (thanks to 007wayne!). * Fixed `world_clear` console command not removing resource clumps outside the farm and secret woods. ## 3.9.5 |