diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-25 22:16:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-03-25 22:16:49 -0400 |
commit | 9025b0dcc5c537cbde37aef2482ccd942eb9769f (patch) | |
tree | 4fdba25617b20105b8ae25e558b62cdb28d4df37 /docs | |
parent | e1fc566e0afeb6eb92418bb039365611abd33829 (diff) | |
download | SMAPI-9025b0dcc5c537cbde37aef2482ccd942eb9769f.tar.gz SMAPI-9025b0dcc5c537cbde37aef2482ccd942eb9769f.tar.bz2 SMAPI-9025b0dcc5c537cbde37aef2482ccd942eb9769f.zip |
fix asset load conflict always showing multiple-mod form
Diffstat (limited to 'docs')
-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 2a8d142f..7cdd093a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ * Improved [command-line arguments](technical/smapi.md#command-line-arguments) on Linux/macOS: * Added `--use-current-shell` to avoid opening a separate terminal window. * Fixed `--no-terminal` still opening a terminal window, even if nothing is logged to it (thanks to Ryhon0!). + * Fixed warning text when a mod causes an asset load conflict with itself. * For mod authors: * Added [content events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events#Content), which will replace `IAssetEditor` and `IAssetLoader` in SMAPI 4.0.0. These include new features not supported by the old API like content pack labels. |