diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-29 18:15:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-29 18:15:42 -0500 |
commit | 3431f486a2ef93e86d8923c1a4651644110df81b (patch) | |
tree | 8920ca74486930f3841666206acd1b992040cebf /docs | |
parent | 6dd4a8a12b25d349b18609132dade14da6ec3cf9 (diff) | |
download | SMAPI-3431f486a2ef93e86d8923c1a4651644110df81b.tar.gz SMAPI-3431f486a2ef93e86d8923c1a4651644110df81b.tar.bz2 SMAPI-3431f486a2ef93e86d8923c1a4651644110df81b.zip |
normalize season names in SDate constructor
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index f1911716..4ca11f01 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,9 @@ * For players: * Improved translations. Thanks to ChulkyBow (updated Ukrainian)! +* For mod authors: + * The `SDate` constructor is no longer case-sensitive for season names. + * For console commands: * Fixed `player_add` with Journal Scraps and Secret Notes. |