summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-07 00:16:00 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-10-07 00:16:00 -0400
commit2c2542657890d896750384bbaa2cb765379bad06 (patch)
treeec88f0c10170c82c4eaad57b0d81c04476e1141a /docs
parentc0e31d17a6d3f235c8a251e851c446e00c804cdb (diff)
downloadSMAPI-2c2542657890d896750384bbaa2cb765379bad06.tar.gz
SMAPI-2c2542657890d896750384bbaa2cb765379bad06.tar.bz2
SMAPI-2c2542657890d896750384bbaa2cb765379bad06.zip
fix issues with BundleExtraAssemblies
Diffstat (limited to 'docs')
-rw-r--r--docs/technical/mod-package.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md
index ca78be55..c483754e 100644
--- a/docs/technical/mod-package.md
+++ b/docs/technical/mod-package.md
@@ -414,6 +414,8 @@ when you compile it.
## Release notes
### Upcoming release
* 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.
### 4.0.1
Released 14 April 2022.