summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-23 23:08:49 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-23 23:08:49 -0500
commitaad77242f02c0a851b5d6ad11c258d9b74d90c5b (patch)
tree15fb454af3d3ffdf2fdb483b01d283f1e98c9b04 /docs
parent02831503ddae7d3cd977c21cdd056fc218594ad1 (diff)
downloadSMAPI-aad77242f02c0a851b5d6ad11c258d9b74d90c5b.tar.gz
SMAPI-aad77242f02c0a851b5d6ad11c258d9b74d90c5b.tar.bz2
SMAPI-aad77242f02c0a851b5d6ad11c258d9b74d90c5b.zip
fix uninstaller not removing StardewModdingAPI.deps.json file
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a98cfd8e..0be39c13 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -6,6 +6,7 @@
* SMAPI now auto-fixes maps loaded without a required tilesheet to prevent errors.
* Added the new game build number to the SMAPI console + log.
* Fixed outdated instructions in Steam error message.
+ * Fixed uninstaller not removing `StardewModdingAPI.deps.json` file.
* Simplified [running without a terminal on Linux/macOS](https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#SMAPI_doesn.27t_recognize_controller_.28Steam_only.29) when needed.
* Updated compatibility list.