added changelog for flux-0.56
parent
e088a1d270
commit
9d2574fa98
|
@ -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._
|
InfluxDB until the next InfluxDB v2.0 release._
|
||||||
{{% /note %}}
|
{{% /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]
|
## v0.55.1 [2019-12-02]
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
Loading…
Reference in New Issue