summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-14 16:33:35 (GMT)
committerGitHub <noreply@github.com>2022-07-14 16:33:35 (GMT)
commit6be07134deed251505a13265e36e1af5650f2eaa (patch)
tree4c31b88468f50ca91be02304aeb6801e02b1e745 /release_docs
parentc835d16a597982d72bc160a96f2218a20f9dd010 (diff)
downloadhdf5-6be07134deed251505a13265e36e1af5650f2eaa.zip
hdf5-6be07134deed251505a13265e36e1af5650f2eaa.tar.gz
hdf5-6be07134deed251505a13265e36e1af5650f2eaa.tar.bz2
Add utility JNI function for 1.10 style references (#1888)
* Add utility JNI function for 1.10 style references * Clarify text * Correct signature * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8eca0df..97ed9fa 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -89,6 +89,13 @@ New Features
Java Library:
-------------
+ - Added version of H5Rget_name to return the name as a Java string.
+
+ Other functions that get_name process the get_size then get the name
+ within the JNI implementation. Now H5Rget_name has a H5Rget_name_string.
+
+ (ADB - 2022/07/12)
+
- Added reference support to H5A and H5D read write vlen JNI functions.
Added the implementation to handle VL references as an Array of Lists