diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-19 23:49:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-19 23:49:59 -0400 |
commit | 2781c27786739abc6f8f948e3068b0c997296524 (patch) | |
tree | fac8d997d3ee2ed0668b4d344e3971b640a7cb4b /release-notes.md | |
parent | 16281fb58944e7e829b184b014e27822c91c9f43 (diff) | |
download | SMAPI-2781c27786739abc6f8f948e3068b0c997296524.tar.gz SMAPI-2781c27786739abc6f8f948e3068b0c997296524.tar.bz2 SMAPI-2781c27786739abc6f8f948e3068b0c997296524.zip |
fix error when loading a mod with no version
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 641071e5..ce91c693 100644 --- a/release-notes.md +++ b/release-notes.md @@ -10,6 +10,12 @@ For mod developers: images). --> +## 1.13.1 +See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1). + +For players: +* Fixed error when loading a mod with no version. + ## 1.13 See [log](https://github.com/Pathoschild/SMAPI/compare/1.12...1.13). |