diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-06-05 16:59:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 16:59:51 (GMT) |
commit | 66cee727684ee3bca63d3ccd57bc4ae7a184bb31 (patch) | |
tree | 5e2887b82cdc69c79322541199a42a4a3b816855 /release_docs/RELEASE.txt | |
parent | 71684199d5aafa9faaa38d9159c500be715c3f54 (diff) | |
download | hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.zip hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.tar.gz hdf5-66cee727684ee3bca63d3ccd57bc4ae7a184bb31.tar.bz2 |
Print out the VOL connector being used in the ASYNC test (#3016)
* Print out the VOL connector being used in the ASYNC test
* Add h5pget_vol_cap_flags_f with test
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4f27dc5..7153c4e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -176,6 +176,9 @@ New Features Fortran Library: ---------------- + - Added h5pget_vol_cap_flags_f and related Fortran VOL + capability definitions. + - Fortran async APIs H5A, H5D, H5ES, H5G, H5F, H5L and H5O were added. - Added Fortran APIs: |