diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-24 12:19:57 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-11-24 12:19:57 -0500 |
commit | 614de95a8e6b51924c4020d0bb739780700aef97 (patch) | |
tree | 0b3baa3de6592d7fbaf7778ce2e6f1f8727b446c /release-notes.md | |
parent | 3d1123837c4c61b6d91693a9cabf3ab8db88a32c (diff) | |
download | SMAPI-614de95a8e6b51924c4020d0bb739780700aef97.tar.gz SMAPI-614de95a8e6b51924c4020d0bb739780700aef97.tar.bz2 SMAPI-614de95a8e6b51924c4020d0bb739780700aef97.zip |
update for 1.2 release
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release-notes.md b/release-notes.md index f4c06bf4..d4ec8070 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,15 +1,15 @@ # Release notes -## 1.2 (upcoming) +## 1.2 See [log](https://github.com/CLxS/SMAPI/compare/1.1.1...master). For players: * Fixed compatibility with some older mods. - * Fixed errors in some mod event handlers crashing the game. - * Fixed issue where an error in one mod's event handler would cause other mods' handlers to never be called. + * Fixed mod errors in most event handlers crashing the game. + * Fixed mod errors in some event handlers preventing other mods from receiving the same event. For developers: - * Improved logging to show relevant details when a `ReflectionTypeLoadException` is caught by SMAPI. + * Improved logging to show `ReflectionTypeLoadException` details when it's caught by SMAPI. ## 1.1 See [log](https://github.com/CLxS/SMAPI/compare/1.0...1.1.1). |