diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-03-26 13:30:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-02 15:43:58 -0400 |
commit | c0ac58f2778fd70e9937a77d3af8a06ef957d871 (patch) | |
tree | 4cac301ab4616d24fec6754aeaf1ea586c01908c /docs/release-notes.md | |
parent | d2134f0f70963d0673883f8c544267341d3ccc6c (diff) | |
download | SMAPI-c0ac58f2778fd70e9937a77d3af8a06ef957d871.tar.gz SMAPI-c0ac58f2778fd70e9937a77d3af8a06ef957d871.tar.bz2 SMAPI-c0ac58f2778fd70e9937a77d3af8a06ef957d871.zip |
fix IsWorldReady being editable by mods
Diffstat (limited to 'docs/release-notes.md')
-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 558e9215..991f8faa 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -18,6 +18,7 @@ * For mod authors: * Added `IsActiveForScreen()` method to `PerScreen<T>`. * 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)). + * Fixed `Context.IsWorldReady` being editable by mods. ## 3.18.2 Released 09 January 2023 for Stardew Valley 1.5.6 or later. |