From 163511e68e3e94dcda6ffc8b7e32d91c1f6c0c17 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 21 Jul 2021 23:08:18 -0400 Subject: merge release note sections --- docs/release-notes.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') 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 @@ -1,10 +1,6 @@ ← [README](README.md) # 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). @@ -12,6 +8,7 @@ * 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 -- cgit