diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-27 22:27:21 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-08-27 22:27:21 +0200 |
commit | 8ae2c3a000692c1336f83ecac586cff814fc99a1 (patch) | |
tree | f6e0cf9839a365e4299516d1b102028dd9332b94 /misc/extension_api_validation/4.3-stable.expected | |
parent | 6e3320446ac1ef6e8388d6890ebc5ade8d9a2f3e (diff) | |
parent | 6311ee5bd5ef6342bdccbbcbc81f0be5d7dca557 (diff) | |
download | redot-engine-8ae2c3a000692c1336f83ecac586cff814fc99a1.tar.gz |
Merge pull request #93605 from RadiantUwU/thread-barriers
Add optional count argument to `Semaphore::post`
Diffstat (limited to 'misc/extension_api_validation/4.3-stable.expected')
-rw-r--r-- | misc/extension_api_validation/4.3-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.3-stable.expected b/misc/extension_api_validation/4.3-stable.expected index d734a74976..80735f28e7 100644 --- a/misc/extension_api_validation/4.3-stable.expected +++ b/misc/extension_api_validation/4.3-stable.expected @@ -41,3 +41,10 @@ Validate extension JSON: Error: Field 'classes/VisualShaderNodeTexture2DArray/pr Allow setting a cubemap as default parameter to shader. Compatibility methods registered. + + +GH-93605 +-------- +Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/Semaphore/methods/post': arguments + +Optional arguments added. Compatibility methods registered. |