From 614de95a8e6b51924c4020d0bb739780700aef97 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 24 Nov 2016 12:19:57 -0500 Subject: update for 1.2 release --- release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'release-notes.md') 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). -- cgit