summaryrefslogtreecommitdiff
path: root/docs/technical
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 19:42:24 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-09 19:42:24 -0400
commitee77efcc976ef1a5ee64933a6174d2fac9c6d0f9 (patch)
tree2eeecc639014a6558e3d0f3ca41f65b429211412 /docs/technical
parent4d2ad379b4198fa7a341c6ba2bb6455d488b414f (diff)
downloadSMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.tar.gz
SMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.tar.bz2
SMAPI-ee77efcc976ef1a5ee64933a6174d2fac9c6d0f9.zip
prepare for release
Diffstat (limited to 'docs/technical')
-rw-r--r--docs/technical/mod-package.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md
index c483754e..77260a57 100644
--- a/docs/technical/mod-package.md
+++ b/docs/technical/mod-package.md
@@ -412,7 +412,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi
when you compile it.
## Release notes
-### Upcoming release
+### 4.0.2
+Released 09 October 2022.
+
* Switched to the newer crossplatform `portable` debug symbols (thanks to lanturnalis!).
* Fixed `BundleExtraAssemblies` option being partly case-sensitive.
* Fixed `BundleExtraAssemblies` not applying `All` value to game assemblies.