From 4497feb5756d76479fb36fef999692c0909f8340 Mon Sep 17 00:00:00 2001 From: jhendersonHDF Date: Fri, 28 Apr 2023 11:10:48 -0500 Subject: Update H5Dget_space_status bug note to reference 1.14.0 (#2839) --- src/H5Dpublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index a1d1b06..4315c7b 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -461,7 +461,7 @@ H5_DLL hid_t H5Dget_space_async(hid_t dset_id, hid_t es_id); * \details H5Dget_space_status() determines whether space has been allocated * for the dataset \p dset_id. * - * \note \Bold{BUG:} Prior to the HDF5 1.13.1, 1.12.2 and 1.10.9 releases, + * \note \Bold{BUG:} Prior to the HDF5 1.14.0, 1.12.2 and 1.10.9 releases, * H5Dget_space_status() may return incorrect space allocation status * values for datasets with filters applied to them. * H5Dget_space_status() calculated the space allocation status by -- cgit v0.12