diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-06-02 18:45:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-06-02 18:45:29 -0400 |
commit | 995225f3188cd97fab6ba6a38c1f8ba6b6cbb5ae (patch) | |
tree | 1c6771ed59e06097a93c616722ddd41371bc9773 /release-notes.md | |
parent | 559203922bcad4071f8be53b1a61b0026da14396 (diff) | |
download | SMAPI-995225f3188cd97fab6ba6a38c1f8ba6b6cbb5ae.tar.gz SMAPI-995225f3188cd97fab6ba6a38c1f8ba6b6cbb5ae.tar.bz2 SMAPI-995225f3188cd97fab6ba6a38c1f8ba6b6cbb5ae.zip |
fix release notes log links
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/release-notes.md b/release-notes.md index 39d2fed5..387561c5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -11,7 +11,7 @@ For mod developers: --> ## 1.14 -See [log](https://github.com/Pathoschild/SMAPI/compare/1.13.1...1.14). +See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.14). For players: * SMAPI now shows friendly errors when... @@ -39,8 +39,6 @@ For modders: * Deprecated `TimeEvents.DayOfMonthChanged`, `SeasonOfYearChanged`, and `YearOfGameChanged`. These don't do what most modders think they do and aren't very reliable, since they depend on the SMAPI/game lifecycle which can change. You should use `TimeEvents.AfterDayStarted` or `SaveEvents.BeforeSave` instead. ## 1.13.1 -See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1). - For players: * 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). |