diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:48:30 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:48:30 -0500 |
commit | 95ad954fa4b761dd32eefa072622cb1168c4d028 (patch) | |
tree | b5a5c4ed7e670d1738f2cc7de1bfa0b472b9c096 /docs | |
parent | 70edec65678fc07200cd817b99f812389d1e97b0 (diff) | |
download | SMAPI-95ad954fa4b761dd32eefa072622cb1168c4d028.tar.gz SMAPI-95ad954fa4b761dd32eefa072622cb1168c4d028.tar.bz2 SMAPI-95ad954fa4b761dd32eefa072622cb1168c4d028.zip |
allow get/setting PerScreen<T> values by screen ID
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 5409d9ff..be34e653 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ ## Upcoming release * For modders: + * Expanded `PerScreen<T>` API: you can now get/set the value for any screen. * Added an option to disable rewriting mods for compatibility (thanks to Bpendragon!). This may prevent older mods from loading, but bypasses a Visual Studio crash when debugging. * For the Error Handler mod: |