diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-15 13:05:32 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-15 13:05:32 -0400 |
commit | d6a830f7e84ea656f9967e83d82a568bfd4a2400 (patch) | |
tree | e09903c569db483707fa0a21049d958556dd6823 /docs | |
parent | 544919ad1328c0f8b283941b1c2c5c8864a3a84d (diff) | |
download | SMAPI-d6a830f7e84ea656f9967e83d82a568bfd4a2400.tar.gz SMAPI-d6a830f7e84ea656f9967e83d82a568bfd4a2400.tar.bz2 SMAPI-d6a830f7e84ea656f9967e83d82a568bfd4a2400.zip |
fix broken URL in update alerts for unofficial versions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 2ff4ec0a..73b66a12 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,8 +9,9 @@ ## Upcoming release * For players: - * Fixed rare error when a mod adds/removes event handlers asynchronously. * Removed the experimental `RewriteInParallel` option added in SMAPI 3.6 (it was already disabled by default). Unfortunately this caused intermittent unpredictable errors when enabled. + * Fixed broken URL in update alerts for unofficial versions. + * Fixed rare error when a mod adds/removes event handlers asynchronously. * For modders: * You can now read/write `SDate` values to JSON (e.g. for `config.json`, network mod messages, etc). |