diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-08 18:12:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-08 18:12:57 -0400 |
commit | 7580f87029ac9f778ec632c7ccaed489d7ca1364 (patch) | |
tree | 5d18f8a0590adc047ffe62fae2584b7fd632bcee /docs/release-notes.md | |
parent | 8a51279ce943ff74b45ec7af308ecf59d73ace9b (diff) | |
download | SMAPI-7580f87029ac9f778ec632c7ccaed489d7ca1364.tar.gz SMAPI-7580f87029ac9f778ec632c7ccaed489d7ca1364.tar.bz2 SMAPI-7580f87029ac9f778ec632c7ccaed489d7ca1364.zip |
rename PathUtilities.NormalizePathSeparator, add normalization for more cases
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 477a206c..1d5297a6 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,13 @@ * Migrated to Harmony 2.0 (see [_migrate to Harmony 2.0_](https://stardewvalleywiki.com/Modding:Migrate_to_Harmony_2.0) for more info). --> +## Upcoming release +* For players: + * Fixed mod recipe changes not always applied in 3.7. + +* For modders: + * Renamed `PathUtilities.NormalizePathSeparators` to `NormalizePath`, and added normalization for more cases. + ## 3.7.1 Released 08 September 2020 for Stardew Valley 1.4.1 or later. |