summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-29 20:40:31 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-09 13:13:29 -0400
commitc10f4c2506342a00eabeaea8e4ad08d9e0eca9a2 (patch)
tree268d4e0d1c736b9e24f5918310ead07dfa289919
parent5486146a05dec8a5c09e9585e5b610b89feaf731 (diff)
downloadSMAPI-c10f4c2506342a00eabeaea8e4ad08d9e0eca9a2.tar.gz
SMAPI-c10f4c2506342a00eabeaea8e4ad08d9e0eca9a2.tar.bz2
SMAPI-c10f4c2506342a00eabeaea8e4ad08d9e0eca9a2.zip
update release notes
-rw-r--r--docs/release-notes.md4
-rw-r--r--src/SMAPI.Web/Framework/Clients/UpdateManifest/UpdateManifestClient.cs1
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index e99218bd..d6d3d1cd 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -7,6 +7,10 @@
_If needed, you can update to SMAPI 3.16.0 first and then install the latest version._
-->
+## Upcoming release
+* For mod authors:
+ * Added support for [custom update manifests](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Custom_update_manifest) (thanks to Jamie Taylor!).
+
## 3.18.3
Released 09 April 2023 for Stardew Valley 1.5.6 or later.
diff --git a/src/SMAPI.Web/Framework/Clients/UpdateManifest/UpdateManifestClient.cs b/src/SMAPI.Web/Framework/Clients/UpdateManifest/UpdateManifestClient.cs
index 1614beab..27072897 100644
--- a/src/SMAPI.Web/Framework/Clients/UpdateManifest/UpdateManifestClient.cs
+++ b/src/SMAPI.Web/Framework/Clients/UpdateManifest/UpdateManifestClient.cs
@@ -1,4 +1,3 @@
-
using System;
using System.Diagnostics.CodeAnalysis;
using System.Net;