diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-13 18:30:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-13 18:30:59 -0400 |
commit | f6f4470d955c75531d40a9dc3a353d261c715d4a (patch) | |
tree | fc51d832d3f03f2455ec26a22dc6cba5bec8fb65 /docs | |
parent | a40ef854f3769a0e5d3c2629de538e272a6fcecf (diff) | |
download | SMAPI-f6f4470d955c75531d40a9dc3a353d261c715d4a.tar.gz SMAPI-f6f4470d955c75531d40a9dc3a353d261c715d4a.tar.bz2 SMAPI-f6f4470d955c75531d40a9dc3a353d261c715d4a.zip |
enable beta info on the mod compatibility list by default
Diffstat (limited to 'docs')
-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 ddd0526b..c706619c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,7 @@ * Improved SMAPI's crossplatform read/writing of `Color`, `Point`, `Rectangle`, and `Vector2` in JSON to support nullable fields too. * For the web UI: + * The mod compatibility list now shows the beta status by default (if any). * Fixed JSON validator line numbers sometimes incorrect. ## 3.12.6 |