diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-23 19:05:23 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-23 19:05:23 -0500 |
commit | 68528f7decadccb4c5ed62f3fff10aeff22dcd43 (patch) | |
tree | eb73bbc7d1e808064bc7abc55946f9b650bd8c1a /docs | |
parent | c8162c2fb624f1c963615d79b557d7df5a23ff09 (diff) | |
download | SMAPI-68528f7decadccb4c5ed62f3fff10aeff22dcd43.tar.gz SMAPI-68528f7decadccb4c5ed62f3fff10aeff22dcd43.tar.bz2 SMAPI-68528f7decadccb4c5ed62f3fff10aeff22dcd43.zip |
overhaul events to track the mod which added each handler, and log errors under their name (#451)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index a0f6ef28..08f945e4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,6 +3,7 @@ * For players: * **Added support for content packs**. <small>_Content packs are collections of files for a SMAPI mod to load. These can be installed directly under `Mods` like a normal SMAPI mod, get automatic update and compatibility checks, and provide convenient APIs to the mods that read them._</small> + * Added mod detection to unhandled errors (i.e. most errors will now mention which mod caused them). * Added install scripts for Linux/Mac (no more manual terminal commands!). * Added the required mod's name and URL to dependency errors. * Fixed unhandled mod errors being logged under `[SMAPI]` instead of the mod name. |