diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-08 16:14:05 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-08 16:14:05 (GMT) |
commit | e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53 (patch) | |
tree | a06b4d91037a48e6c52fcc99756239629ef95394 /release_docs | |
parent | 4643860aa940fb52da251f7023ec2e48d7d10f34 (diff) | |
download | hdf5-e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53.zip hdf5-e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53.tar.gz hdf5-e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53.tar.bz2 |
Removed H5I_REFERENCE from the library. It has always been unused
and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c5c8300..0df856f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -120,6 +120,12 @@ New Features (ADB - 2018/09/18, HDFFV-10332) + - Remove H5I_REFERENCE from the library + + This ID class was never used by the library and has been removed. + + (DER - 2018/12/08, HDFFV-10252) + Parallel Library: ----------------- @@ -182,6 +188,14 @@ New Features Java Library: ---------------- + - Removed H5I_REFERENCE from the Java wrappers + + This ID class was never used by the library and has been removed + from the Java wrappers. + + (DER - 2018/12/08, HDFFV-10252) + + Tools: ------ - |