summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-03-27 20:47:06 (GMT)
committerGitHub <noreply@github.com>2023-03-27 20:47:06 (GMT)
commit278102ae798eb6f4662957926cfde9545404d0f2 (patch)
tree7cb87c6d20dd338e21172c363df6b153ee08ea5b /release_docs
parent3393633d63491ffe3ba27ea4a9140dc3c98782f3 (diff)
downloadhdf5-278102ae798eb6f4662957926cfde9545404d0f2.zip
hdf5-278102ae798eb6f4662957926cfde9545404d0f2.tar.gz
hdf5-278102ae798eb6f4662957926cfde9545404d0f2.tar.bz2
Revert the removal of HDF5GroupInfo class and deprecate. (#2636)
* Revert the removal of HDF5GroupInfo class and deprecate. * revert H5_QUARTER_HADDR_MAX removal --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a8b38b1..5223811 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -145,6 +145,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