From 30a37c77efade5d2a5a31874c44ea562a9d71446 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 22 Oct 2024 16:11:03 -0500 Subject: [PATCH] Add release note for changes to H5VLstart_lib_state / H5VLfinish_lib_state Signed-off-by: Quincey Koziol --- release_docs/RELEASE.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 066d5a6ec2c..5619bd46deb 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -98,6 +98,10 @@ New Features Library: -------- + - The H5VLstart_lib_state / H5VLfinish_lib_state API routines for pass- + through connector authors now require a parameter that can be used to + store the library's context. + - H5Pset_external() now uses HDoff_t, which is always a 64-bit type The H5Pset_external() call took an off_t parameter in HDF5 1.14.x and