From 5a88602aaceb801d2125efedf3fdf5e8e2ea4a91 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Thu, 21 Sep 2023 11:09:55 -0500 Subject: [PATCH] Address @brtnfld review. --- release_docs/RELEASE.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 985cbf57e51..fa088951d89 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -240,6 +240,10 @@ New Features Fortran Library: ---------------- + + - Fixed an uninitialized error return value for hdferr + to return the error state of the h5aopen_by_idx_f API. + - Added h5pget_vol_cap_flags_f and related Fortran VOL capability definitions.