Skip to content

Commit 00bcd20

Browse files
committed
Address review comments
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 1f2278a commit 00bcd20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is version 1.5.1 of the OpenFX API, a minor release with bug fixes and impr
2929

3030
## Key Features of OpenFX Version 1.5.1:
3131

32-
- **CPU Render Support**: Added `kOfxImageEffectPropCPURenderSupported` property to allow plugins to declare CPU rendering capability.
32+
- **CPU Render Support**: Added `kOfxImageEffectPropCPURenderSupported` property to allow plugins to declare CPU rendering capability (or rather lack thereof).
3333
- **Thumbnail Rendering**: Added `kOfxImageEffectPropThumbnailRender` property to support efficient thumbnail generation.
3434
- **Spatial Awareness**: Added `kOfxImageEffectPropNoSpatialAwareness`. Allows the host and plugin to coordinate a render that ensures no spatial changes to the image.
3535

@@ -48,7 +48,7 @@ This is version 1.5.1 of the OpenFX API, a minor release with bug fixes and impr
4848
- Significantly cleaned up documentation for Interacts, including DrawSuite and Overlay Interacts interaction.
4949
- Fixed documentation for `clipGetRegionOfDefinition`.
5050
- Updated colourspace example for more complete coverage.
51-
- Fixed numerous typos throughout Documentation, include/, Support/, and HostSupport directories (via codespell).
51+
- Fixed numerous typos throughout Documentation, include, Support, and HostSupport directories (via codespell).
5252
- Corrected copyright notice with explanation in CONTRIBUTING.md (addresses issues #110, #206).
5353
- Updated documentation footer and build script to support `uv` package manager.
5454
- Removed stray references to old OFX Association.

0 commit comments

Comments
 (0)