diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-21 23:52:47 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-21 23:52:47 -0500 |
commit | c1b15fb3725661ebfd8e03cec08343ae49e5d6da (patch) | |
tree | bac8ddb6b882466de3feabbd8248b6cc272328b8 /docs | |
parent | ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7 (diff) | |
download | SMAPI-c1b15fb3725661ebfd8e03cec08343ae49e5d6da.tar.gz SMAPI-c1b15fb3725661ebfd8e03cec08343ae49e5d6da.tar.bz2 SMAPI-c1b15fb3725661ebfd8e03cec08343ae49e5d6da.zip |
allow local dev environments without an Azure account
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 591f4cc2..bbe08c13 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -26,6 +26,9 @@ * Fixed private textures loaded from content packs not having their `Name` field set. * Fixed asset propagation for `Characters\Farmer\farmer_girl_base_bald`. +* For SMAPI developers: + * You can now run local environments without configuring Amazon, Azure, and Pastebin accounts. + ## 3.0.1 Released 02 December 2019 for Stardew Valley 1.4.0.1. |