Add note to RELEASE.txt for H5Sselect_adjust.

This commit is contained in:
Neil Fortner
2019-12-06 16:18:33 -06:00
parent ac14c63146
commit f6961c82bf

View File

@@ -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