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