From eea5100acea0bceaf440f9d1bd50ee2b24cf8ebc Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 21 Aug 2017 16:39:01 -0400 Subject: correct release notes --- release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index 7b7e250c..c482986b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -6,7 +6,6 @@ For players: * The SMAPI console is now much simpler and easier to read. * The SMAPI console now adjusts its colors when you have a light terminal background. * Updated compatibility list. -* Improved errors when a mod DLL can't be loaded. For mod developers: * Added new APIs to edit, inject, and reload XNB assets loaded by the game at any time. @@ -29,7 +28,8 @@ For power users: ## 1.15.2 For players: -* Improved error when using very old versions of Stardew Valley. +* Improved errors when a mod DLL can't be loaded. +* Improved errors when using very old versions of Stardew Valley. * Updated compatibility list. For mod developers: -- cgit