diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-20 00:29:04 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-20 00:29:04 -0400 |
commit | 9ef4876c5e7de02d17785ebe7950f0edc57ae194 (patch) | |
tree | e9a1a16c31c57126a6dc6b2fd5526531d9a7dbfc /release-notes.md | |
parent | 2781c27786739abc6f8f948e3068b0c997296524 (diff) | |
download | SMAPI-9ef4876c5e7de02d17785ebe7950f0edc57ae194.tar.gz SMAPI-9ef4876c5e7de02d17785ebe7950f0edc57ae194.tar.bz2 SMAPI-9ef4876c5e7de02d17785ebe7950f0edc57ae194.zip |
add metadata to internal mod registry & use mod display name everywhere
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md index ce91c693..b7f5f1f7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,7 +14,8 @@ For mod developers: See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1). For players: -* Fixed error when loading a mod with no version. +* Fixed errors when loading a mod with no name or version. +* Fixed mods with no manifest `Name` field having no name (SMAPI will now shows their filename). ## 1.13 See [log](https://github.com/Pathoschild/SMAPI/compare/1.12...1.13). |