diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-05 13:38:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-05 13:38:59 -0400 |
commit | c9b6b04a7502215b94a00560fad905786b144bb2 (patch) | |
tree | ecf7c90bb0f5e81474cdf26b2a72d7fe1d80af1d /docs | |
parent | 96ec4de7275ae4e0ffc92ca8058c5e04b8ddd20d (diff) | |
download | SMAPI-c9b6b04a7502215b94a00560fad905786b144bb2.tar.gz SMAPI-c9b6b04a7502215b94a00560fad905786b144bb2.tar.bz2 SMAPI-c9b6b04a7502215b94a00560fad905786b144bb2.zip |
fix rare intermittent "CGI application encountered an error" errors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c72e4454..b7a135b9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,6 +7,7 @@ * For the web UI: * Updated the JSON validator and Content Patcher schema for Content Patcher 1.13. + * Fixed rare intermittent "CGI application encountered an error" errors. * For modders: * Fixed asset propagation on Linux/Mac for monster sprites, NPC dialogue, and NPC schedules. |