From aa48a95bab91a1a0b485ffcb0cceba416fe9f1a7 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Mon, 11 May 2020 20:17:38 -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 9e55fa1..6d56d25 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,5 @@ **5.5.0** *(May 11 2020)* + **IMPORTANT** This update moves ping timestamps to a shared timestamp per round. Meaning that when pinging servers, each will share the same timestamp for that series of pings. The legacy backend used a timestamp per ping per series of pings. This means after updating Minetrack, the historical graph may render slightly inaccurate for the first 24 hours (or whatever your config.json->graphDuration is), and will automatically correct itself as it receives new updates. Don't worry.