diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-21 23:08:18 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-07-21 23:08:18 -0400 |
commit | 163511e68e3e94dcda6ffc8b7e32d91c1f6c0c17 (patch) | |
tree | 621661c9d6702fabc2d697135c45261fcd61586e | |
parent | 92bcb8405c4dc0f4af283146a2ad6ea3a178fd06 (diff) | |
download | SMAPI-163511e68e3e94dcda6ffc8b7e32d91c1f6c0c17.tar.gz SMAPI-163511e68e3e94dcda6ffc8b7e32d91c1f6c0c17.tar.bz2 SMAPI-163511e68e3e94dcda6ffc8b7e32d91c1f6c0c17.zip |
merge release note sections
-rw-r--r-- | docs/release-notes.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 4fdfa247..26188ff3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,16 +2,13 @@ # Release notes ## Upcoming release -* For mod authors: - * Updated Harmony 1.2.0.1 to 2.1.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). - -## Upcoming release * For players: * Added error if the wrong SMAPI bitness is installed (e.g. 32-bit SMAPI with 64-bit game). * Added error if some SMAPI files aren't updated correctly. * Fixed intermittent error if a mod fetches mod-provided APIs asynchronously. * For mod authors: + * Updated Harmony 1.2.0.1 to 2.1.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). * Fixed error loading `.xnb` files from the local mod folder since SMAPI 3.0. ## 3.11.0 |