diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-22 01:53:37 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-22 01:53:37 -0400 |
commit | be086cf0056294bc5643bde3bb5b7b73aa4b362f (patch) | |
tree | 31e29420de86e91e78044b6ab89bfb4cccc9365a /docs | |
parent | c91fbc82f8803c400880a56fc1571abd76411fdf (diff) | |
download | SMAPI-be086cf0056294bc5643bde3bb5b7b73aa4b362f.tar.gz SMAPI-be086cf0056294bc5643bde3bb5b7b73aa4b362f.tar.bz2 SMAPI-be086cf0056294bc5643bde3bb5b7b73aa4b362f.zip |
avoid unneeded overhead of ConcurrentQueue
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 16b47670..622a146a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Minor optimizations. + * For the web UI: * Fixed the mod count in the log parser metadata. |