summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-28 12:06:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-28 12:06:01 (GMT)
commitba00760d7a078c25bfc2108060320e7d96ffdd4e (patch)
tree35c51447fef15200c6562ba5d57c62e1283e2e3a /release_docs
parentf8b3f576cebf168fea70c2a39fbe404ac1c7e4e7 (diff)
downloadhdf5-ba00760d7a078c25bfc2108060320e7d96ffdd4e.zip
hdf5-ba00760d7a078c25bfc2108060320e7d96ffdd4e.tar.gz
hdf5-ba00760d7a078c25bfc2108060320e7d96ffdd4e.tar.bz2
HDFFV-10868 - add note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1c5d96d..e3a1dd4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -717,6 +717,15 @@ New Features
Java Library:
----------------
+ - Added new H5S functions.
+
+ H5Sselect_copy, H5Sselect_shape_same, H5Sselect_adjust,
+ H5Sselect_intersect_block, H5Sselect_project_intersection,
+ H5Scombine_hyperslab, H5Smodify_select, H5Scombine_select
+ wrapper functions added.
+
+ (ADB - 2020/10/27, HDFFV-10868)
+
- Added ability to test java library with VOLs.
Created new CMake script that combines the java and vol test scripts.