added changelog for flux-0.56

pull/655/head
Scott Anderson 2019-12-05 16:39:02 -07:00
parent e088a1d270
commit 9d2574fa98
1 changed files with 17 additions and 0 deletions

View File

@ -16,6 +16,23 @@ Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}
## v0.56.0 [2019-12-05]
### Features
- Crate for typing Flux standard library.
- Serialize type environment.
- Improve filter performance when filtering on values.
- Update usage duration test to exclude queue and requeue time.
- Add types for some built-ins.
### Bug fixes
- Properly use a fake version with `flux-config` when no version is present.
- Address clippy lints.
- Add bytes monotype to Rust semantic module.
- Allow underscores (`_`) in type expressions.
---
## v0.55.1 [2019-12-02]
### Bug fixes