diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-14 22:47:54 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2017-01-14 22:49:50 -0500 |
commit | 525172e831179fc5ca1d1b39eb441e97be28e842 (patch) | |
tree | 218f5a372d91e3ede3f962e816e200a063c8eac7 /release-notes.md | |
parent | 6e04cbca3a2c812e1f9388ef465b3cad5067a264 (diff) | |
download | SMAPI-525172e831179fc5ca1d1b39eb441e97be28e842.tar.gz SMAPI-525172e831179fc5ca1d1b39eb441e97be28e842.tar.bz2 SMAPI-525172e831179fc5ca1d1b39eb441e97be28e842.zip |
remove redundant TrainerMod build config (#214)
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index cea89fc9..ffcfd560 100644 --- a/release-notes.md +++ b/release-notes.md @@ -18,6 +18,7 @@ For mod developers: For SMAPI developers: * Added support for specifying a lower bound in mod incompatibility data. * Added support for custom incompatible-mod-version error text. + * Fixed issue where `TrainerMod` used older logic to detect the game path. ## 1.5 See [log](https://github.com/Pathoschild/SMAPI/compare/1.4...1.5). |