summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).