diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-18 12:24:50 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-04-18 12:24:50 +0200 |
commit | 2d884ba70c129da86437ea3b9d1b882573b99554 (patch) | |
tree | acabb55ec551eb2785330f23674a8a12f730760a /misc/extension_api_validation | |
parent | c295f189556ba41a05ca4708ed0df0a036529a77 (diff) | |
parent | 735c45dc8ec91b8ba8410cd40ef06746184fe157 (diff) | |
download | redot-engine-2d884ba70c129da86437ea3b9d1b882573b99554.tar.gz |
Merge pull request #90797 from Geometror/vsnode-comment-compat
[Compatibility] Add stub for VisualShaderNodeComment
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r-- | misc/extension_api_validation/4.2-stable.expected | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected index 05b2cec687..43349ae6ef 100644 --- a/misc/extension_api_validation/4.2-stable.expected +++ b/misc/extension_api_validation/4.2-stable.expected @@ -256,9 +256,9 @@ Compatibility methods registered. GH-88014 -------- -Validate extension JSON: API was removed: classes/VisualShaderNodeComment - -Removed VisualShaderNodeComment, which is replaced by VisualShaderNodeFrame. +Validate extension JSON: API was removed: classes/VisualShaderNodeComment/methods/get_title +Validate extension JSON: API was removed: classes/VisualShaderNodeComment/methods/set_title +Validate extension JSON: API was removed: classes/VisualShaderNodeComment/properties/title GH-87888 |