added flux 0.101 and 0.102 to release notes (#2103)

pull/2123/head
Scott Anderson 2021-02-01 14:11:48 -07:00 committed by GitHub
parent 702e62378e
commit 1a020cc4de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -8,6 +8,26 @@ menu:
name: Flux
---
## v0.102.0 [2021-01-25]
### Features
- Add `fluxdoc` command to generate JSON and HTML from Flux source code.
- Improve performance of random access group lookup by utilizing `xxhash`.
- Improve performance for accessing data within a `Value`.
### Bug fixes
- Clean up `interval` package.
---
## v0.101.0 [2021-01-19]
### Features
- Validate IP addresses from the dialer `Control` function.
- Expose `test` command to be used by external libraries.
---
## v0.100.0 [2021-01-07]
### Features