summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-15 18:48:31 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-15 18:48:31 -0500
commit812251e7ae532d7a2f10d46ff366bf19e67e88d0 (patch)
tree88b88fc13c5b19dfa1a2742dda3e43bd1e2eee4a /docs
parenta9b99c12069bfabca81a74c83eda7f1325c2522a (diff)
downloadSMAPI-812251e7ae532d7a2f10d46ff366bf19e67e88d0.tar.gz
SMAPI-812251e7ae532d7a2f10d46ff366bf19e67e88d0.tar.bz2
SMAPI-812251e7ae532d7a2f10d46ff366bf19e67e88d0.zip
allow getting all active values from a PerScreen<T> field
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index deac0bc8..c36d80ed 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, or clear all values.
+ * Expanded `PerScreen<T>` API: you can now get/set the value for any screen, get all active values, 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: