diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 23:17:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 23:17:21 -0400 |
commit | e606b074d7e292dc3957586ea138a64447a9bd8a (patch) | |
tree | 8c5c9cb97da3e427053de97608e8b381687e4e68 /docs | |
parent | 1bea3a9e3273b8222cc2cc5c153bfb70fdba521a (diff) | |
download | SMAPI-e606b074d7e292dc3957586ea138a64447a9bd8a.tar.gz SMAPI-e606b074d7e292dc3957586ea138a64447a9bd8a.tar.bz2 SMAPI-e606b074d7e292dc3957586ea138a64447a9bd8a.zip |
add installer version & platform to window title, simplify output (#375)
Diffstat (limited to 'docs')
-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 dc88bfa4..18946a4f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -20,6 +20,9 @@ * Fixed mods which implement `IAssetLoader` directly not being allowed to load files due to incorrect conflict detection. * Fixed SMAPI blocking reflection access to vanilla members on overridden types. +* For SMAPI developers: + * Added the SMAPI installer version and platform to the window title to simplify troubleshooting. + ## 2.0 ### Release highlights * **Mod update checks** |