Skip to content

Commit dc3318a

Browse files
committed
doc - update release notes for new Destroy rqmts
1 parent 1485364 commit dc3318a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/sphinx/source/releasenotes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ On this page we provide a summary of the main API changes, new features and exam
1111
- Add `bool` field type for `CeedQFunctionContext` and related interfaces to use `bool` fields.
1212
- `CEED_BASIS_COLLOCATED` removed; users should only use `CEED_BASIS_NONE`.
1313
- Remove unneeded pointer for `CeedElemRestrictionGetELayout`.
14-
- Require use of `Ceed*Destroy()` on Ceed objects returned from `CeedOperatorFieldGet*()`;
1514
- Change QFunction source include file handling in JiT compilers
1615
- Add `CEED_RUNNING_JIT_PASS` compiler definition for wrapping header files that device JiT compilers cannot read
1716
- Users should now prefer `#include <ceed/types.h>` rather than `#include <ceed.h>` in QFunction source files
17+
- Require use of `Ceed*Destroy()` on Ceed objects returned from `Ceed*Get*()`.
1818

1919
### New features
2020

0 commit comments

Comments
 (0)