summaryrefslogtreecommitdiff
path: root/docs/technical
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-09 12:27:29 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-09 12:27:29 -0500
commit25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba (patch)
treede020a6dc7e065f725d68ea43b4a3a57eb7ccf8c /docs/technical
parente5407417a0cc80f9cb3d7eb7b43bdb207322a4ec (diff)
downloadSMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.gz
SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.tar.bz2
SMAPI-25b8e13ba827a0512f5089d3bd22e8ed1a15e7ba.zip
prepare for release
Diffstat (limited to 'docs/technical')
-rw-r--r--docs/technical/mod-package.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md
index 0e710e50..23f0b221 100644
--- a/docs/technical/mod-package.md
+++ b/docs/technical/mod-package.md
@@ -412,9 +412,11 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi
when you compile it.
## Release notes
-## Upcoming release
+### 4.1.0
+Released 08 January 2023.
+
* Added `manifest.json` format validation on build (thanks to tylergibbs2!).
-* Fixed game assemblies no longer excluded from the release zip if referenced explicitly without setting `BundleExtraAssemblies`.
+* Fixed game DLLs not excluded from the release zip when they're referenced explicitly but `BundleExtraAssemblies` isn't set.
### 4.0.2
Released 09 October 2022.