From 21539c338cb9de16cdf89c4e6ec226771cc3e9f3 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Wed, 10 Jun 2020 18:45:55 -0500 Subject: [PATCH] update docs/CHANGELOG.md --- docs/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b7aad4d..afb1924 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,8 @@ **5.5.1** *(June 10 2020)* - New tooltip hover design on the historical graph. It will highlight the server closest to your cursor. - Historical graph is now limited to 10,000 increments on the Y axis. This prevents servers with over 100,000 players forcing the graph into 100,000 increments. +- Fixed the historical graph zooming out when receiving new data points. +- Fixed newly added servers aligning to the left of the historical graph. - Replaces manual string concats with template literals. - Updated various dependencies.