diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-11-03 16:22:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 16:22:00 (GMT) |
commit | 6a3c859e5857860f66b4bd20c0c7d57f3fb50724 (patch) | |
tree | 093c1313dc72af1cd53ef8942a9adc75e4b49c1f /release_docs | |
parent | 5e787741cdc991eb0011c9393152c1678ca737a8 (diff) | |
download | hdf5-6a3c859e5857860f66b4bd20c0c7d57f3fb50724.zip hdf5-6a3c859e5857860f66b4bd20c0c7d57f3fb50724.tar.gz hdf5-6a3c859e5857860f66b4bd20c0c7d57f3fb50724.tar.bz2 |
Fortran Wrappers H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f (#3801)
* Added H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f
* Added H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f tests
* Added H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f tests
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 51a73ce..5dd36ea 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -335,6 +335,10 @@ New Features Fortran Library: ---------------- + + - Added Fortran APIs: + h5vlnative_addr_to_token_f and h5vlnative_token_to_address_f + - Fixed an uninitialized error return value for hdferr to return the error state of the h5aopen_by_idx_f API. |