summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-22 01:53:37 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-22 01:53:37 -0400
commitbe086cf0056294bc5643bde3bb5b7b73aa4b362f (patch)
tree31e29420de86e91e78044b6ab89bfb4cccc9365a /docs
parentc91fbc82f8803c400880a56fc1571abd76411fdf (diff)
downloadSMAPI-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.md3
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.