diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-10 22:40:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-10 22:40:13 -0400 |
commit | 9b09941bd53dff2bf47c9fa8b5afffe267b01aaf (patch) | |
tree | a52954d36e516503974543d8c9029f9f16cefddd /docs | |
parent | 4ac04ee3aca00f7c1e105ddabd1ed16995b17086 (diff) | |
download | SMAPI-9b09941bd53dff2bf47c9fa8b5afffe267b01aaf.tar.gz SMAPI-9b09941bd53dff2bf47c9fa8b5afffe267b01aaf.tar.bz2 SMAPI-9b09941bd53dff2bf47c9fa8b5afffe267b01aaf.zip |
set script path in Windows launch script (#777)
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 f3440d43..304423fc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Fixed error when running the Windows installer as administrator (thanks to LostLogic!). + * For mod authors: * Added validation for the manifest `Dependencies` field. * Fixed validation for mods with version `0.0.0`. |