diff options
author | RedworkDE <10944644+RedworkDE@users.noreply.github.com> | 2023-06-09 18:02:00 +0200 |
---|---|---|
committer | RedworkDE <10944644+RedworkDE@users.noreply.github.com> | 2023-06-09 18:02:52 +0200 |
commit | dce397a4287a7f06596ea9d73e29dccb071e58b5 (patch) | |
tree | e69bde6b69ef933a55f2e353ba33a03635f9ebce | |
parent | d3651ea45534b4b218e92b9a5e83bc4b0605b88a (diff) | |
download | redot-engine-dce397a4287a7f06596ea9d73e29dccb071e58b5.tar.gz |
Update list of known breaking changes compared to 4.0-stable (2)
-rw-r--r-- | misc/extension_api_validation/4.0-stable.expected | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/extension_api_validation/4.0-stable.expected b/misc/extension_api_validation/4.0-stable.expected index 2dad9359d4..2bf64561d3 100644 --- a/misc/extension_api_validation/4.0-stable.expected +++ b/misc/extension_api_validation/4.0-stable.expected @@ -61,7 +61,7 @@ Validate extension JSON: Error: Hash changed for 'classes/RenderingServer/method Validate extension JSON: Error: Hash changed for 'classes/Window/methods/popup_centered_clamped', from DE3D691D to 9BCAB29D. This means that the function has changed and no compatibility function was provided. Validate extension JSON: Error: Hash changed for 'classes/Window/methods/popup_centered_ratio', from 71F7FFC1 to 3C7CD915. This means that the function has changed and no compatibility function was provided. -None of these methods were actually changed, the hash changes only affects GDExtensions, no compatibility workaround exists currently. +None of these methods were actually changed, the hash changes only affects GDExtensions binary compatibility. GH-76413 @@ -253,9 +253,10 @@ Validate extension JSON: Error: Field 'classes/EditorResourcePreviewGenerator/me Added parameters to virtual method. -GH-76406 +GH-75746 -------- -Validate extension JSON: Error: Field 'classes/GDExtension/methods/open_library/arguments': size changed value in new API, from 2 to 3. +Validate extension JSON: Error: Field 'classes/CodeEdit/methods/add_code_completion_option/arguments': size changed value in new API, from 6 to 7. +Validate extension JSON: Error: Hash changed for 'classes/CodeEdit/methods/add_code_completion_option', from EC613224 to 611C3D20. This means that the function has changed and no compatibility function was provided. Added an optional parameter with a default value. No adjustments should be necessary. |