summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-07-30 17:29:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-07-30 17:29:51 (GMT)
commit23b96a8dc8ccb7d60150a30133183df3a7ac270d (patch)
treea238fe3dd40de2c94557b752081edbc3ae876282 /release_docs
parentdbeab5ca031140aadd86c180acf21c08df094a50 (diff)
parente2423982a1e85e8f51ad71808d21fb9185595a27 (diff)
downloadhdf5-23b96a8dc8ccb7d60150a30133183df3a7ac270d.zip
hdf5-23b96a8dc8ccb7d60150a30133183df3a7ac270d.tar.gz
hdf5-23b96a8dc8ccb7d60150a30133183df3a7ac270d.tar.bz2
Merge pull request #1162 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'e2423982a1e85e8f51ad71808d21fb9185595a27': HDFFV-10534 add note HDFFV-10534 change to runtime exception
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,