diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:03:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:03:51 -0400 |
commit | 6b0d13be7c8383785cc3152d502959b15468b234 (patch) | |
tree | c8cae5c83087ec7a6fd7d8940fa084a87c7fac23 /docs | |
parent | ef1eff669d8a6a277c12c0b84e16402de7f026d4 (diff) | |
download | SMAPI-6b0d13be7c8383785cc3152d502959b15468b234.tar.gz SMAPI-6b0d13be7c8383785cc3152d502959b15468b234.tar.bz2 SMAPI-6b0d13be7c8383785cc3152d502959b15468b234.zip |
fix Mono.Cecil failing to resolve references to SMAPI in some edge cases
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 8e354585..22eecc3a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,7 @@ ## Upcoming release * For players: * The software conflict message added in SMAPI 3.11.0 now appears as a warning to simplify troubleshooting. + * Fixed error loading older Harmony mods for some players who launch the unofficial 64-bit Stardew Valley through Steam. * Updated compatibility list. * For mod authors: |