summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-07-30 17:13:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-07-30 17:13:03 (GMT)
commite2423982a1e85e8f51ad71808d21fb9185595a27 (patch)
treea238fe3dd40de2c94557b752081edbc3ae876282 /release_docs
parent4b8047e4c382f1a7ebb4160943185d0ddaf6bcb3 (diff)
downloadhdf5-e2423982a1e85e8f51ad71808d21fb9185595a27.zip
hdf5-e2423982a1e85e8f51ad71808d21fb9185595a27.tar.gz
hdf5-e2423982a1e85e8f51ad71808d21fb9185595a27.tar.bz2
HDFFV-10534 add note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
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,