From ffe5bc1d4d6ba797a76856b3c98dd853d8f90086 Mon Sep 17 00:00:00 2001
From: Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com>
Date: Mon, 17 Jun 2019 18:52:19 -0400
Subject: remove temporary backwards-compat in mod build package

---
 docs/mod-build-config.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/mod-build-config.md b/docs/mod-build-config.md
index a2b121f4..22c37397 100644
--- a/docs/mod-build-config.md
+++ b/docs/mod-build-config.md
@@ -238,7 +238,7 @@ _[Game path](#game-path)_ above.
 
 ## Release notes
 ### Upcoming release
-* Updated for SMAPI 3.0 and Stardew Valley 1.4. (The beta is backwards-compatible with previous versions.)
+* Updated for SMAPI 3.0 and Stardew Valley 1.4.
 * If the project contains an `assets` folder, its contents are now included in the mod automatically.
 * For projects using the new `.csproj` format:
   * platform target is now set to x86 automatically to avoid mismatching platform target warnings;
-- 
cgit