summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-06 22:18:33 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-12-06 22:18:33 (GMT)
commitf6961c82bf3e7b848b071a0299dcc3753361e35d (patch)
tree7ce20be605773bd2f2c36120570c0cfbcb8be89f /release_docs
parentac14c6314601ae419c7906e6c42ae555f0f2bc43 (diff)
downloadhdf5-f6961c82bf3e7b848b071a0299dcc3753361e35d.zip
hdf5-f6961c82bf3e7b848b071a0299dcc3753361e35d.tar.gz
hdf5-f6961c82bf3e7b848b071a0299dcc3753361e35d.tar.bz2
Add note to RELEASE.txt for H5Sselect_adjust.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6c586c6..0a4b3b3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -199,6 +199,14 @@ New Features
Library:
--------
+ - Add new public function H5Sselect_adjust.
+
+ This function shifts a dataspace selection by a specified logical offset
+ within the dataspace extent. This can be useful for VOL developers to
+ implement chunked datasets.
+
+ (NAF - 2019/11/18)
+
- Add new public function H5Sselect_project_intersection.
This function computes the intersection between two dataspace selections