chore(changelog): Add fix for infinite loop to list.

pull/16249/head
Brett Buddin 2019-12-17 19:30:51 -05:00
parent 6b544919a3
commit 01b683c816
No known key found for this signature in database
GPG Key ID: C51265E441C4C5AC
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
1. [16235](https://github.com/influxdata/influxdb/pull/16235): Removed default frontend sorting when flux queries specify sorting
1. [16238](https://github.com/influxdata/influxdb/pull/16238): Store canceled task runs in the correct bucket
1. [16237](https://github.com/influxdata/influxdb/pull/16237): Updated Sortby functionality for table frontend sorts to sort numbers correctly
1. [16249](https://github.com/influxdata/influxdb/pull/16249): Prevent potential infinite loop when finding tasks by organization.
1. [16255](https://github.com/influxdata/influxdb/pull/16255): Retain user input when parsing invalid JSON during import
### UI Improvements