From 3b0d5201898e6611e64eeef1e5633e78b744986d Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Fri, 23 Feb 2024 09:04:07 -0600 Subject: [PATCH] updating release notes --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ba00a1612..69621f4c5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -36,6 +36,8 @@ This file contains a high-level description of this package's evolution. Release * Remove obsolete code. See [Github #2680](https://github.com/Unidata/netcdf-c/pull/2680). * [Bug Fix] Add a crude test to see if an NCZarr path looks like a valid NCZarr/Zarr file. See [Github #2658](https://github.com/Unidata/netcdf-c/pull/2658). * Fix 'make distcheck' error in run_interop.sh. See [Github #2631](https://github.com/Unidata/netcdf-c/pull/2631). +* Bump cmake minimum version to 3.20.0 to support finding HDF5 with cmake's find_package +* Refactor the cmake files to remove global include directories and compile definitions ## 4.9.2 - March 14, 2023