summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-01 21:40:17 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-01 21:40:17 -0400
commita2523696fd539621351c178f6ff57ade19dd3e34 (patch)
tree1e7c5dccc3b3ed9523807927a7deff6b57ea8d0d /docs
parent07bbfea7dd9dac5bbacf8bfc3c35d3f65ec71b75 (diff)
downloadSMAPI-a2523696fd539621351c178f6ff57ade19dd3e34.tar.gz
SMAPI-a2523696fd539621351c178f6ff57ade19dd3e34.tar.bz2
SMAPI-a2523696fd539621351c178f6ff57ade19dd3e34.zip
fix issue where a mod crashing in CanEdit/CanLoad could cause an abort-retry loop
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 b2a5b22a..e93c6bff 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -38,6 +38,7 @@
* Added option to suppress update checks for a specific mod in `StardewModdingAPI.config.json`.
* Fixed mods able to intercept other mods' assets via the internal asset keys.
* Fixed mods able to indirectly change other mods' data through shared content caches.
+ * Fixed issue where a mod crashing in `CanEdit` or `CanLoad` could cause an abort-retry loop.
* **Breaking changes** (see [migration guide](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.3)):
* Dropped some deprecated APIs.
* `LocationEvents` have been rewritten (see above).