From 533b8d1eaa864a9894981118155aef2bc40c5b65 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Wed, 20 May 2020 12:26:28 -0700 Subject: [PATCH] Add beta 11 changelog WIP (addresses #1052 ) --- content/v2.0/reference/release-notes/influxdb.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 827286226..8c0c9f569 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -8,6 +8,18 @@ menu: weight: 101 --- +## v2.0.0-beta.11 [2020-05-??] + +### Features +- Integrate UTC dropdown when making custom time range query +- Allow for min OR max y-axis visualization settings rather than min AND max +- Add CSV to line protocol conversion library + +### Bug Fixes +- Fixed bug that wasn't persisting `timeFormat` for Graph + Single Stat selections. +- Authorizer now exposes full permission set +- Fixed issue that was causing variable selections to hydrate all variable values. + ## v2.0.0-beta.10 [2020-05-07] ### Features