summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-11-27 22:19:23 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-11-27 22:19:23 -0500
commit5ae28b2a8caf764e0df0e3bfeca8941db5f4be87 (patch)
tree72f029b667f5a8736497c8ab95a3e9e33b8387db /docs
parent49bc98fa4c2432277647c968f57e81b63c474860 (diff)
downloadSMAPI-5ae28b2a8caf764e0df0e3bfeca8941db5f4be87.tar.gz
SMAPI-5ae28b2a8caf764e0df0e3bfeca8941db5f4be87.tar.bz2
SMAPI-5ae28b2a8caf764e0df0e3bfeca8941db5f4be87.zip
fix error when a mod has an invalid filename in the EntryDLL manifest field (#402)
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 1b06f86f..f371e5d4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,20 +1,19 @@
# Release notes
## 2.2
* For players:
- * Fixed mods crashing when loading a custom asset on Linux/Mac.
- * Fixed rare installer errors on Mac due to generated `mcs` file.
+ * Fixed error when a mod loads custom assets on Linux/Mac.
+ * Fixed error when a mod has an invalid `EntryDLL` manifest value format.
+ * Fixed rare error when Mac adds an `mcs` file to the installer package.
* Fixed `player_add` command not handling tool upgrade levels.
* Updated compatibility list.
+ * (log.smapi.io) Saved logs no longer expire after a week.
+ * (log.smapi.io) The upload-log modal can now be closed by pressing `ESC` or clicking outside it.
* For modders:
* Added `DaysSinceStart` property to `SDate` dates.
* Fixed input `e.SuppressButton(button)` method ignoring input.
* Fixed input `e.SuppressButton()` method not working with mouse buttons.
-* For log.smapi.io:
- * Saved logs no longer expire after a week.
- * The upload-log modal can now be closed by pressing `ESC` or clicking outside it.
-
## 2.1
* For players:
* Added a log parser at [log.smapi.io](https://log.smapi.io).