From 26443a939b6f38e44515cb5ff78e0226ec52f450 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 20 Jun 2019 22:17:06 +0100 Subject: [PATCH] Add to changelog that as shaved off 100ms --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 09810ba..cfbfbba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v0.10.4 - 20th June 2019 + - [API] Optimise `fetch-data` (the action behind the voronoi diagram heatmap) a bit - it's roughly 100ms faster now + - More speed will be coming soon with the addition of database indexes + ## v0.10.3 - 13th June 2019 - [API] Added new [`device-data-recent`](https://aq.connectedhumber.org/__nightdocs/05-API-Docs.html#device-data-recent) action. - [Code] Improve documentation of underlying code.