summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-06-02 18:45:29 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-06-02 18:45:29 -0400
commit995225f3188cd97fab6ba6a38c1f8ba6b6cbb5ae (patch)
tree1c6771ed59e06097a93c616722ddd41371bc9773 /release-notes.md
parent559203922bcad4071f8be53b1a61b0026da14396 (diff)
downloadSMAPI-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.md4
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).