diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-03-01 19:20:11 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-03-01 19:20:11 -0500 |
commit | 51ac0127e8fcee3d89eb4e3193250ed58fec8de9 (patch) | |
tree | 3a5d28130a3e77079e5c56e887e8f19f5131d361 /release-notes.md | |
parent | 035f94f7cbe693a107e76ae97d29c8e7da2ccb07 (diff) | |
download | SMAPI-51ac0127e8fcee3d89eb4e3193250ed58fec8de9.tar.gz SMAPI-51ac0127e8fcee3d89eb4e3193250ed58fec8de9.tar.bz2 SMAPI-51ac0127e8fcee3d89eb4e3193250ed58fec8de9.zip |
fix TrainerMod letting player add invalid items
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 797da19d..3dfa42ad 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,6 +14,7 @@ For players: * Fixed installer errors for some players when deleting files. * Fixed installer not ignoring potential game folders that don't contain a Stardew Valley exe. * Fixed installer not recognising Linux/Mac paths starting with `~/` or containing an escaped space. +* Fixed TrainerMod letting you add invalid items which may crash the game. * Fixed rare issue where mod dependencies would override SMAPI dependencies and cause unpredictable bugs. * Fixed errors in console command handlers causing the game to crash. |