diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-10 23:27:10 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-10 23:27:10 -0500 |
commit | 6bdd49af13ed6bdfef8220c85ca32bca904d3a1e (patch) | |
tree | 7ecb228b5a0e4ab2a617c09a9964ccc0e8d71086 /docs | |
parent | 8776d1afa6dce054f3bc7cb421c86f3e2fe06ab3 (diff) | |
download | SMAPI-6bdd49af13ed6bdfef8220c85ca32bca904d3a1e.tar.gz SMAPI-6bdd49af13ed6bdfef8220c85ca32bca904d3a1e.tar.bz2 SMAPI-6bdd49af13ed6bdfef8220c85ca32bca904d3a1e.zip |
detect libgdiplus-missing exception and show a friendly error instead (#408)
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 fa04c055..a76b5e19 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,7 @@ * Fixed `GraphicsEvents.OnPostRenderEvent` not being raised in some specialised cases. * Fixed error when using the reflection API accesses with a property with either `get` and `set` missing. * Fixed issue where a mod could change the cursor position reported to other mods. + * Improved cryptic libgdiplus errors on Mac when Mono isn't installed. ## 2.2 * For players: |