summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-27 00:44:26 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-27 00:44:26 -0400
commit01b6e4ac3252a3ac8aa8046b5b97000fce13d576 (patch)
tree5facaf176b03e991057f594e9709da380d788ed8 /docs/release-notes.md
parentd9c2d242b9457a6517ec348c945ae1a324582492 (diff)
downloadSMAPI-01b6e4ac3252a3ac8aa8046b5b97000fce13d576.tar.gz
SMAPI-01b6e4ac3252a3ac8aa8046b5b97000fce13d576.tar.bz2
SMAPI-01b6e4ac3252a3ac8aa8046b5b97000fce13d576.zip
fix BadImageFormatException error handling
Thanks to mouse for pointing it out!
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 90835fa3..c9e16db8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -5,10 +5,11 @@
* For players:
* Mod warnings are now listed alphabetically.
* MacOS files starting with `._` are now ignored and can no longer cause skipped mods.
+ * Simplified paranoid warning logs and reduced their log level.
+ * Fixed `BadImageFormatException` error detection.
* For the web UI:
* Added GitHub licenses to mod compatibility list.
- * Updated web framework to improve site performance and reliability.
* Updated ModDrop URLs.
* Internal changes to improve performance and reliability.
@@ -22,7 +23,6 @@
* Improved mod rewriting for compatibility:
* Fixed rewriting types in custom attributes.
* Fixed rewriting generic types to method references.
- * Simplified paranoid warnings in the log and reduced their log level.
* Fixed asset propagation for Gil's portraits.
* Fixed `.pdb` files ignored for error stack traces for mods rewritten by SMAPI.