add fix note to docs/CHANGELOG.md

This commit is contained in:
Nick Krecklow 2020-05-05 18:01:43 -05:00
parent 3458c608fd
commit b6f39ba607
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -2,6 +2,7 @@
- Replaces socket.io library (and dependency) with vanilla WebSockets. - 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. - 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. - 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)* **5.2.1** *(May 1 2020)*
- The historical graph will now auto scale its yaxis steps. - The historical graph will now auto scale its yaxis steps.