diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-03-26 13:32:33 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-02 15:44:02 -0400 |
commit | c2e9aad698774e7db9b85292da9077f8462d2f5a (patch) | |
tree | af5d19e7ab145dfdd4a15014b826bb5eab7d42b2 /docs/release-notes.md | |
parent | c0ac58f2778fd70e9937a77d3af8a06ef957d871 (diff) | |
download | SMAPI-c2e9aad698774e7db9b85292da9077f8462d2f5a.tar.gz SMAPI-c2e9aad698774e7db9b85292da9077f8462d2f5a.tar.bz2 SMAPI-c2e9aad698774e7db9b85292da9077f8462d2f5a.zip |
adjust ModContentManager.HandleUnknownFileTypes to let mods patch it
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 991f8faa..4daf97ce 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)). + * Adjusted `ModContentManager.HandleUnknownFileType` to let mods patch it. * Fixed `Context.IsWorldReady` being editable by mods. ## 3.18.2 |