diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-09 19:56:46 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-09 19:56:46 -0500 |
commit | 4e17716fa26161016e5e59f12b52feef3fd0f8f9 (patch) | |
tree | d6fe68bfee1dbd0184d66d5cb6b400fb7bef7730 /docs | |
parent | 8a2618d812e4e2f36161907af5af5c484eb37abf (diff) | |
download | SMAPI-4e17716fa26161016e5e59f12b52feef3fd0f8f9.tar.gz SMAPI-4e17716fa26161016e5e59f12b52feef3fd0f8f9.tar.bz2 SMAPI-4e17716fa26161016e5e59f12b52feef3fd0f8f9.zip |
fix log parser handling when multiple mods have the exact same name
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 499fa322..421378e4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,10 @@ ← [README](README.md) # Release notes +## Upcoming release +* For the web UI: + * Fixed log parser not correctly handling multiple mods having the exact same name. + ## 3.13.2 Released 05 December 2021 for Stardew Valley 1.5.5 or later. |