diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-09 10:58:10 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-09 10:58:10 -0400 |
commit | 719831c15a74a4987496dc77a3caa6999940bf90 (patch) | |
tree | fc6c480136ee96ee47152928edc69de74a3e9370 /docs | |
parent | d8d8cac2d89c27c6d28be444cebaabf0e2077a53 (diff) | |
download | SMAPI-719831c15a74a4987496dc77a3caa6999940bf90.tar.gz SMAPI-719831c15a74a4987496dc77a3caa6999940bf90.tar.bz2 SMAPI-719831c15a74a4987496dc77a3caa6999940bf90.zip |
sort mod warning lists
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index ee8bd468..f12455bd 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ # Release notes ## Upcoming released +* For players: + * Mod warnings are now listed alphabetically. + * For modders: * Added `Multiplayer.PeerConnected` event. * Simplified paranoid warnings in the log and reduced their log level. |