From d100681be7ef1eafd8ec5e98984c41d7473ad3d0 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 8 Jan 2021 20:48:15 -0500 Subject: update for draw changes in SDV 1.5.2 --- docs/release-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/release-notes.md') diff --git a/docs/release-notes.md b/docs/release-notes.md index ace1f61b..25d08095 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,12 +9,13 @@ ## Upcoming release * For players: + * Updated for Stardew Valley 1.5.2. * Reduced memory usage. * You can now enter console commands for a specific screen in split-screen mode by adding `screen=ID` to the command. - * Typing `help` in the SMAPI console is now more friendly and helpful. + * Typing `help` in the SMAPI console is now more helpful. * For modders: - * Simplified tilesheet order warning added in 3.8.2. + * Simplified tilesheet order warning added in SMAPI 3.8.2. * For the Console Commands mod: * Removed experimental `performance` command. Unfortunately this impacted SMAPI's memory usage and the data was often misinterpreted. This may be replaced with more automatic performance alerts in a future version. -- cgit