diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d61989ee..e4cf20f575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -## v2.0.0-beta.8 [unreleased] +## v2.0.0-beta.8 [2020-04-10] ### Features 1. [17490](https://github.com/influxdata/influxdb/pull/17490): `influx config -`, to switch back to previous activated configuration 1. [17581](https://github.com/influxdata/influxdb/pull/17581): Introduce new navigation menu 1. [17595](https://github.com/influxdata/influxdb/pull/17595): Add -f (--file) option to `influx query` and `influx task` commands +1. [17498](https://github.com/influxdata/influxdb/pull/17498): Added support for command line options to limit memory for queries ### Bug Fixes @@ -14,6 +15,8 @@ 1. [17670](https://github.com/influxdata/influxdb/pull/17670): Respect the now-time of the compiled query if it's provided 1. [17692](https://github.com/influxdata/influxdb/pull/17692): Update giraffe to fix spacing between ticks 1. [17694](https://github.com/influxdata/influxdb/pull/17694): Fixed typos in the Flux functions list +1. [17701](https://github.com/influxdata/influxdb/pull/17701): Allow mouse cursor inside Script Editor for Safari +1. [17609](https://github.com/influxdata/influxdb/pull/17609): Fixed an issue where Variables could not use other Variables ### UI Improvements