diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-03-29 14:37:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 14:37:20 (GMT) |
commit | f8993b81deea0537344474606d71234526d1c215 (patch) | |
tree | 0bde21e6134b7c7d58ed6f2a4dd38c5ff92173bc /release_docs | |
parent | e0c21e2f8feb0fe5b95bd0c38524ded125ecb17d (diff) | |
download | hdf5-f8993b81deea0537344474606d71234526d1c215.zip hdf5-f8993b81deea0537344474606d71234526d1c215.tar.gz hdf5-f8993b81deea0537344474606d71234526d1c215.tar.bz2 |
Revert the removal of HDF5GroupInfo class and deprecate. (#2637)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 40cf0b2..23cdc36 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -121,6 +121,14 @@ New Features Java Library: ------------- + - HDF5GroupInfo class has been deprecated. + + This class assumes that an object can contain four values which uniquely identify an + object among those HDF5 files which are open. This is no longer valid in future + HDF5 releases. + + (ADB - 2023/03/27) + - 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 |