From b6f39ba607a92145672eeaf8585192c1aae0fbb2 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Tue, 5 May 2020 18:01:43 -0500 Subject: [PATCH] add fix note to docs/CHANGELOG.md --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 08be340..624e480 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,7 @@ - Replaces socket.io library (and dependency) with vanilla WebSockets. - Frontend reconnect behavior has been improved to use exponential backoff behavior (up to 30 seconds) with unlimited retries. - The "Lost connection!" message will now show the reconnection attempt timer. +- "Counting N players on N Minecraft servers" is now instantly updated when initially loading the page. **5.2.1** *(May 1 2020)* - The historical graph will now auto scale its yaxis steps.