From 6ca5a32195118cc74c4f6ea3b6ac6aee5f737c59 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Mon, 30 Oct 2023 16:02:27 -0500 Subject: [PATCH] Added H5VLnative_addr_to_token_f and H5VLnative_token_to_address_f tests --- release_docs/RELEASE.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7266de3eea9..edff86b5662 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.