summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-06 20:14:22 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:20 (GMT)
commit6d5169c1daf5ddb98afa1e43f3c1bbd1a91a7a5d (patch)
tree0d71e5085c8fda05c418d7cf1faa6b90e8b5b8fc /release_docs
parent64af1dab2cdd900626d4365f080072b7358d31ba (diff)
downloadhdf5-6d5169c1daf5ddb98afa1e43f3c1bbd1a91a7a5d.zip
hdf5-6d5169c1daf5ddb98afa1e43f3c1bbd1a91a7a5d.tar.gz
hdf5-6d5169c1daf5ddb98afa1e43f3c1bbd1a91a7a5d.tar.bz2
Add RELEASE.txt note for HVLget_file_type()
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 538c867..45f1626 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -199,6 +199,15 @@ New Features
Library:
--------
+ - Add new public function H5VLget_file_type.
+
+ This function returns a datatype equivalent to the supplied datatype but
+ with the location set to be in the file. This datatype can then be used
+ with H5Tconvert to convert data between file and in-memory representation.
+ This funcition is intended for use only by VOL connector developers.
+
+ (NAF - 2019/11/08, ID-127)
+
- Add S3 and HDFS VFDs to HDF5 maintenance
Fix windows requirements and java tests. Windows requires CMake 3.13.