summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.2-stable.expected
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-04-04 02:53:57 +0200
committerGitHub <noreply@github.com>2024-04-04 02:53:57 +0200
commitf47f4a02c87bb701452a621d254ad30c7be84faa (patch)
tree6c3523e4f023980c7bff272ce8c5d7f9db66b75c /misc/extension_api_validation/4.2-stable.expected
parent29b3d9e9e538f0aa8effc8ad8bf19a2915292a89 (diff)
parentae472865d0978e79b6e2993f76771d82daa431bf (diff)
downloadredot-engine-f47f4a02c87bb701452a621d254ad30c7be84faa.tar.gz
Merge pull request #89992 from ajreckof/fix-my-mistake-with-replace-in-update-scene
Fix node duplication in update after external changes.
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index 8623e8eb25..c9eed86c1a 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -248,3 +248,10 @@ Validate extension JSON: Error: Field 'classes/AcceptDialog/methods/register_tex
Validate extension JSON: Error: Field 'classes/AcceptDialog/methods/remove_button/arguments/0': type changed value in new API, from "Control" to "Button".
Changed argument type to the more specific one actually expected by the method. Compatibility method registered.
+
+
+GH-89992
+--------
+Validate extension JSON: Error: Field 'classes/Node/methods/replace_by/arguments': size changed value in new API, from 2 to 3.
+
+Added optional argument to prevent children to be reparented during replace_by. Compatibility method registered.