diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:48:31 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:48:31 -0500 |
commit | a9b99c12069bfabca81a74c83eda7f1325c2522a (patch) | |
tree | bf2c2b5abde7ada6d5cf6a802d586a99a3b38887 /docs | |
parent | 95ad954fa4b761dd32eefa072622cb1168c4d028 (diff) | |
download | SMAPI-a9b99c12069bfabca81a74c83eda7f1325c2522a.tar.gz SMAPI-a9b99c12069bfabca81a74c83eda7f1325c2522a.tar.bz2 SMAPI-a9b99c12069bfabca81a74c83eda7f1325c2522a.zip |
allow resetting a PerScreen<T> field
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index be34e653..deac0bc8 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,7 +9,7 @@ ## Upcoming release * For modders: - * Expanded `PerScreen<T>` API: you can now get/set the value for any screen. + * Expanded `PerScreen<T>` API: you can now get/set the value for any screen, or clear all values. * 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: |