diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-02-18 15:09:18 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-02 15:31:15 -0400 |
commit | 7b5566d0751bec14c5bf93b727fa66e7c58fbf00 (patch) | |
tree | 8fd4c7a2a972e7025ab15b8e00c01c4d74c63c52 /docs/release-notes.md | |
parent | 7f7561469fd74d461b8dc4a1e934eed98d2c808b (diff) | |
download | SMAPI-7b5566d0751bec14c5bf93b727fa66e7c58fbf00.tar.gz SMAPI-7b5566d0751bec14c5bf93b727fa66e7c58fbf00.tar.bz2 SMAPI-7b5566d0751bec14c5bf93b727fa66e7c58fbf00.zip |
add PerScreen.IsActiveForScreen()
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 6915cb3c..a61d024c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,9 @@ * Updated to [FluentHttpClient](https://github.com/Pathoschild/FluentHttpClient#readme) 4.3.0 (see [changes](https://github.com/Pathoschild/FluentHttpClient/blob/develop/RELEASE-NOTES.md#430)). * Removed `LargeAddressAware` flag on SMAPI (no longer needed since it's 64-bit now). +* For mod authors: + * Added `IsActiveForScreen()` method to `PerScreen<T>`. + ## 3.18.2 Released 09 January 2023 for Stardew Valley 1.5.6 or later. |