diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-21 16:39:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-08-21 16:39:01 -0400 |
commit | eea5100acea0bceaf440f9d1bd50ee2b24cf8ebc (patch) | |
tree | 7e44d53b733d95b05b232da46306a0d3d57e9231 | |
parent | e42f06c916f753aefaf385e8463df048cbb8b604 (diff) | |
download | SMAPI-eea5100acea0bceaf440f9d1bd50ee2b24cf8ebc.tar.gz SMAPI-eea5100acea0bceaf440f9d1bd50ee2b24cf8ebc.tar.bz2 SMAPI-eea5100acea0bceaf440f9d1bd50ee2b24cf8ebc.zip |
correct release notes
-rw-r--r-- | release-notes.md | 4 |
1 files 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: |