diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-07-18 13:19:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 13:19:13 (GMT) |
commit | 2c966f1e55da4223c0a1fa08733400851e27bd70 (patch) | |
tree | 0d4e518e3a591e6552c5f4d74645e7286dc517e2 /release_docs | |
parent | f199c866dd3118f38904cb1935197438e662181c (diff) | |
download | hdf5-2c966f1e55da4223c0a1fa08733400851e27bd70.zip hdf5-2c966f1e55da4223c0a1fa08733400851e27bd70.tar.gz hdf5-2c966f1e55da4223c0a1fa08733400851e27bd70.tar.bz2 |
1 10 Add utility JNI function for 1.10 style references (#1890)
* 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.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index eb94be8..75f56bc 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -74,6 +74,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 |