Add to changelog that as shaved off 100ms

This commit is contained in:
Starbeamrainbowlabs 2019-06-20 22:17:06 +01:00
parent 87c0eb90ba
commit 26443a939b
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 0 deletions

View File

@ -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.