diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-09 12:13:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-05-09 12:13:39 -0400 |
commit | 7c76c5cad2c6edac75d6387dbaa5999295be46d8 (patch) | |
tree | 4236fed4088eacb4eee7f70634b2156a53951f6f /docs/release-notes.md | |
parent | 4b391d631ccde301969ae0c04f407a01ba4055b1 (diff) | |
download | SMAPI-7c76c5cad2c6edac75d6387dbaa5999295be46d8.tar.gz SMAPI-7c76c5cad2c6edac75d6387dbaa5999295be46d8.tar.bz2 SMAPI-7c76c5cad2c6edac75d6387dbaa5999295be46d8.zip |
add validation for the manifest 'Dependencies' field
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 859bf155..f3440d43 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ ## Upcoming release * For mod authors: + * Added validation for the manifest `Dependencies` field. * Fixed validation for mods with version `0.0.0`. ## 3.10.1 |