diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-06-09 16:26:01 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:03:11 -0400 |
commit | b47329d5b83db3b5ec2338af1f17d628610b05f2 (patch) | |
tree | 204fa958ef5a6eb4ab1406f3710d3260959e2e4a /docs/release-notes.md | |
parent | c28c3ff0818928ee611f885541c2c1ddaaac2536 (diff) | |
download | SMAPI-b47329d5b83db3b5ec2338af1f17d628610b05f2.tar.gz SMAPI-b47329d5b83db3b5ec2338af1f17d628610b05f2.tar.bz2 SMAPI-b47329d5b83db3b5ec2338af1f17d628610b05f2.zip |
fix year edge case in date calculations
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3edfec44..2cb477fd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -53,6 +53,7 @@ Released 13 September 2019 for Stardew Valley 1.3.36. * Fixed 'location list changed' verbose log not correctly listing changes. * Fixed mods able to directly load (and in some cases edit) a different mod's local assets using internal asset key forwarding. * Fixed changes to a map loaded by a mod being persisted across content managers. + * Fixed `SDate.AddDays` incorrectly changing year when the result is exactly winter 28. ## 2.11.2 Released 23 April 2019 for Stardew Valley 1.3.36. |