update docs/CHANGELOG.md

This commit is contained in:
Nick Krecklow 2020-05-08 16:17:38 -05:00
parent 320dc3c2fb
commit 9cb9e4a062
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -4,6 +4,7 @@
- Adds "serverGraphDuration" to `config.json` which allows you to specify the max time duration for the individual server player count graphs.
- Adds "performance.skipUnfurlSrv" to `config.json` which allows you to skip SRV unfurling when pinging. For those who aren't pinging servers that use SRV records, this should help speed up ping times.
- Ping timestamps are now shared between all server pings. This means less data transfer when loading or updating the page, less memory usage by the backend and frontend, and less hectic updates on the frontend.
- Optimized several protocol level schemas to remove legacy format waste. Less bandwidth!
- Fixes a bug where favicons may not be updated if the page is loaded prior to their initialization.
**5.3.1** *(May 5 2020)*