diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-07-30 16:51:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-07-30 16:51:20 (GMT) |
commit | 91f20982daf2f76d4b8f3ba4f4659db7cd62c821 (patch) | |
tree | 983d898b8ff7e5c8c599251cdd87f347070cbe04 /release_docs/RELEASE.txt | |
parent | 882e59d1b3b4e619fb996731aa40ee9c4780025a (diff) | |
download | hdf5-91f20982daf2f76d4b8f3ba4f4659db7cd62c821.zip hdf5-91f20982daf2f76d4b8f3ba4f4659db7cd62c821.tar.gz hdf5-91f20982daf2f76d4b8f3ba4f4659db7cd62c821.tar.bz2 |
HDFFV-10534 add note
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5ace8a6..9161b3c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -119,6 +119,12 @@ New Features Java Library: ---------------- + - Java HDFLibraryException class + + Change parent class from Exception to RuntimeException. + + (ADB - 2018/07/30, HDFFV10534) + - JNI Read and Write Refactored variable-length functions, H5DreadVL and H5AreadVL, @@ -160,7 +166,7 @@ Bug Fixes since HDF5-1.10.2 release H5Adelete failed when deleting the last "large" attribute that is stored densely via fractal heap/v2 b-tree. - + After removing the attribute, update the ainfo message. If the number of attributes goes to zero, remove the message. |