diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-11 01:35:42 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-11 01:35:42 -0500 |
commit | e44562c9c5fccaa2056347f7a288b67d933cfdfa (patch) | |
tree | 14feda990cf0440561743c98d39318885a0fcf4e /docs/technical | |
parent | 133aeab3fccb3acdfaff8b128cbfafda03b7c8fc (diff) | |
download | SMAPI-e44562c9c5fccaa2056347f7a288b67d933cfdfa.tar.gz SMAPI-e44562c9c5fccaa2056347f7a288b67d933cfdfa.tar.bz2 SMAPI-e44562c9c5fccaa2056347f7a288b67d933cfdfa.zip |
update release notes
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/mod-package.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 77260a57..707b1641 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -412,6 +412,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi when you compile it. ## Release notes +## Upcoming release +* Added `manifest.json` format validation on build (thanks to tylergibbs2!). + ### 4.0.2 Released 09 October 2022. |