diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-15 23:58:27 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-15 23:58:27 -0500 |
commit | cf383870837748e83b99bf63d36d7a8709743715 (patch) | |
tree | c861da18660f24322b8a879d8096bba5557972f8 /docs/release-notes.md | |
parent | 032997650010a9b6cd3378cb1a2b8273fb3f56ff (diff) | |
download | SMAPI-cf383870837748e83b99bf63d36d7a8709743715.tar.gz SMAPI-cf383870837748e83b99bf63d36d7a8709743715.tar.bz2 SMAPI-cf383870837748e83b99bf63d36d7a8709743715.zip |
log mod errors and warnings as the mod (#438)
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c7ceb887..c7f5cfe9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,8 @@ # Release notes ## 2.5 +* For players: + * Fixed mod crashes being logged under `[SMAPI]` instead of the mod name. + * For modders: * Fixed error when accessing a mod-provided API whose underlying class is `internal`. |