added flux 0.124.0 release notes (#2970)

pull/3008/head
Scott Anderson 2021-08-03 16:20:53 -06:00 committed by GitHub
parent fc0454a45d
commit e48cad7482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -8,6 +8,22 @@ menu:
name: Flux
---
## v0.124.0 [2021-08-03]
### Features
- Update the string array builder to support constant data.
- Expand message interface with message lifetime controls.
- Create internal Flux array package.
### Bug fixes
- Register `sortedPivot` and update `sortedPivot` kind.
- Derive `Copy` on `ast::Position`.
- Update `to()` function to properly close the writer on error.
- Update `libflux` include paths to use `pkg-config`.
- Properly copy record types with no `extends` parameter.
---
## v0.123.0 [2021-07-19]
### Breaking changes