From 4375798f6cfbbe151a1c685b054b627178103946 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Fri, 8 May 2020 02:40:29 -0500 Subject: [PATCH] update docs/CHANGELOG.md --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d9b7c99..688b03f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,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. +- Fixes a bug where favicons may not be updated if the page is loaded prior to their initialization. **5.3.1** *(May 5 2020)* - Fixes Mojang service status indicators not updating after initial page load.