summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorbmribler <39579120+bmribler@users.noreply.github.com>2022-08-12 18:33:30 (GMT)
committerGitHub <noreply@github.com>2022-08-12 18:33:30 (GMT)
commit10e4dd4ef135ea39b0237ccd2ce2391f14340498 (patch)
tree2dc297fdaec600dc7e960d2ca10185ca1347153d /release_docs/RELEASE.txt
parent25ef5340396a786fe63072a9f057cd550c86668b (diff)
downloadhdf5-10e4dd4ef135ea39b0237ccd2ce2391f14340498.zip
hdf5-10e4dd4ef135ea39b0237ccd2ce2391f14340498.tar.gz
hdf5-10e4dd4ef135ea39b0237ccd2ce2391f14340498.tar.bz2
Fix c++ test failure (#2005)
* Fix test failure Description: - Added two H5File constructors to open file with non-default fapl - Added non-default fapl to test functions - Commented certain renaming attribute tests because of the unexpected behavior in renaming an attribute (HDFFV-11327) Platform tested: Linux/64 (jelly) * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2506af9..7ae7891 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -138,7 +138,10 @@ New Features
C++ Library:
------------
- -
+ - Added two new constructors to H5::H5File class
+
+ Two new constructors were added to allow opening a file with non-default
+ access property list.
Java Library: