diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-07-30 17:13:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-07-30 17:13:03 (GMT) |
commit | e2423982a1e85e8f51ad71808d21fb9185595a27 (patch) | |
tree | a238fe3dd40de2c94557b752081edbc3ae876282 /release_docs/RELEASE.txt | |
parent | 4b8047e4c382f1a7ebb4160943185d0ddaf6bcb3 (diff) | |
download | hdf5-e2423982a1e85e8f51ad71808d21fb9185595a27.zip hdf5-e2423982a1e85e8f51ad71808d21fb9185595a27.tar.gz hdf5-e2423982a1e85e8f51ad71808d21fb9185595a27.tar.bz2 |
HDFFV-10534 add note
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 541b0a0..0aee89c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -120,6 +120,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, |