summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-23 00:19:22 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-23 00:19:22 -0400
commitd9c6015163a3a20cc7e84c512efe04b6d210ac65 (patch)
treed20326f7573949b421c435ca8718cc000a44faf3 /docs/release-notes.md
parentf8ddbb1f2eedaa373a713a51beed86002460dd05 (diff)
downloadSMAPI-d9c6015163a3a20cc7e84c512efe04b6d210ac65.tar.gz
SMAPI-d9c6015163a3a20cc7e84c512efe04b6d210ac65.tar.bz2
SMAPI-d9c6015163a3a20cc7e84c512efe04b6d210ac65.zip
exclude common non-mod files from mod release zips
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 118cc441..86ba5e49 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -32,6 +32,7 @@
* Fixed input suppression not working consistently for clicks.
* Fixed console command input not saved to the log.
* Fixed `helper.ModRegistry.GetApi` interface validation errors not mentioning which interface caused the issue.
+ * Fixed some common non-mod build output being included in release zip.
* **Breaking changes** (see [migration guide](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.3)):
* Dropped some deprecated APIs.
* `LocationEvents` have been rewritten (see above).