From cfe9ac81b1eb8ee1eacfff0490ee292624430317 Mon Sep 17 00:00:00 2001 From: James Wright Date: Tue, 22 Oct 2024 16:38:47 -0400 Subject: [PATCH] Update doc/sphinx/source/releasenotes.md Co-authored-by: Jeremy L Thompson --- doc/sphinx/source/releasenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/source/releasenotes.md b/doc/sphinx/source/releasenotes.md index 50c7dcf877..4e629b48e0 100644 --- a/doc/sphinx/source/releasenotes.md +++ b/doc/sphinx/source/releasenotes.md @@ -14,7 +14,7 @@ On this page we provide a summary of the main API changes, new features and exam - Require use of `Ceed*Destroy()` on Ceed objects returned from `CeedOperatorFieldGet*()`; - Change QFunction source include file handling in JiT compilers - Add `CEED_RUNNING_JIT_PASS` compiler definition for wrapping header files that device JiT compilers cannot read - - Prefer `#include ` rather than `#include ` in QFunction source files + - Users should now prefer `#include ` rather than `#include ` in QFunction source files ### New features