From 9faaa05f8f6355a7849b02ea56f3b49fa56bd27f Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 22 Jan 2024 13:24:16 -0800 Subject: [PATCH] Escape a character causing a doxygen error. --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b443b12fd..b24836557 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ This file contains a high-level description of this package's evolution. Release ## 4.9.3 - TBD -* Added infrastructure to allow for `CMAKE_UNITY_BUILD`, @jschueller. See [Github #2839](https://github.com/Unidata/netcdf-c/pull/2839) for more information. +* Added infrastructure to allow for `CMAKE_UNITY_BUILD`, (thanks \@jschueller). See [Github #2839](https://github.com/Unidata/netcdf-c/pull/2839) for more information. * [cmake] Move dependency management out of the root-level `CMakeLists.txt` into two different files in the `cmake/` folder, `dependencies.cmake` and `netcdf_functions_macros.cmake`. See [Github #2838](https://github.com/Unidata/netcdf-c/pull/2838/) for more information. * Obviate a number of irrelevant warnings. See [Github #2781](https://github.com/Unidata/netcdf-c/pull/2781). * Improve the speed and data quantity for DAP4 queries. See [Github #2765](https://github.com/Unidata/netcdf-c/pull/2765).