From 995225f3188cd97fab6ba6a38c1f8ba6b6cbb5ae Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 2 Jun 2017 18:45:29 -0400 Subject: fix release notes log links --- release-notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'release-notes.md') 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). -- cgit