diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-23 19:11:41 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-12-23 19:11:41 -0500 |
commit | 63111621c9375ac2e9a68eefa73ffe1d817000dd (patch) | |
tree | 77f0401dc94f6cd54c9fde835676cc08c5bd66fa /docs | |
parent | bbf2c3b020192d91f8d24cd687c5c6272ac26e82 (diff) | |
download | SMAPI-63111621c9375ac2e9a68eefa73ffe1d817000dd.tar.gz SMAPI-63111621c9375ac2e9a68eefa73ffe1d817000dd.tar.bz2 SMAPI-63111621c9375ac2e9a68eefa73ffe1d817000dd.zip |
fix world events not raised for volcano levels
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 428888d8..e54d6c71 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,10 @@ * 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 modders: + * Fixed world events not raised for volcano levels. + ## 3.8 Released 21 December 2020 for Stardew Valley 1.5 or later. See [release highlights](https://www.patreon.com/posts/45294737). |