summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-09-18 18:31:50 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-09-18 18:31:50 (GMT)
commit9b3a3445dbb72a95b2b9355e0196efdaa5b0f452 (patch)
treeaf7953452b3a9886671ad41587f705e17aa05ef0 /release_docs
parentce0f87fb351c1aa0e7842e40ca5ea5e7d1c3da2b (diff)
downloadhdf5-9b3a3445dbb72a95b2b9355e0196efdaa5b0f452.zip
hdf5-9b3a3445dbb72a95b2b9355e0196efdaa5b0f452.tar.gz
hdf5-9b3a3445dbb72a95b2b9355e0196efdaa5b0f452.tar.bz2
Add release note for new H5Ssel_iter_reset function
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index dbf55a9..9577fbd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -382,6 +382,16 @@ New Features
Library:
--------
+ - Add new public function H5Ssel_iter_reset
+
+ This function resets a dataspace selection iterator back to an
+ initial state so that it may be used for iteration once more.
+ This can be useful when needing to iterate over a selection
+ multiple times without having to repeatedly create/destroy
+ a selection iterator for that dataspace selection.
+
+ (JTH - 2020/09/18)
+
- Remove HDFS VFD stubs
The original implementation of the HDFS VFD included non-functional