Merge pull request #558 from influxdata/flux-0.50

Added Flux 0.50.1 and 0.50.2 to changelog
pull/562/head
Scott Anderson 2019-10-25 15:11:15 -06:00 committed by GitHub
commit a73d2e062c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -16,6 +16,21 @@ Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}
## v0.50.2 [2019-10-24]
### Bug fixes
- Make `keep()` and `drop()` throw an error if merging tables with different schemas.
---
## v0.50.1 [2019-10-24]
### Bug fixes
- Add annotated errors to the execute package where it affects normal usage.
- Reorder variables in the allocator for atomic operations.
---
## v0.50.0 [2019-10-11]
### Features