summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-09-22 13:45:50 (GMT)
committerGitHub <noreply@github.com>2023-09-22 13:45:50 (GMT)
commitd920a45413fc55079d0c829b35bfb9794ae8fe55 (patch)
tree803020ac0688baa9eca2b0bc695c6a01dcd27445 /release_docs/RELEASE.txt
parent9d41d478ef69eeac2c471aed248127445ff6daf7 (diff)
downloadhdf5-d920a45413fc55079d0c829b35bfb9794ae8fe55.zip
hdf5-d920a45413fc55079d0c829b35bfb9794ae8fe55.tar.gz
hdf5-d920a45413fc55079d0c829b35bfb9794ae8fe55.tar.bz2
Fix ifx unused variable hdferr warning. (#3568)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 985cbf5..fa08895 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.