summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-03-12 13:26:37 +0100
committerkobewi <kobewi4e@gmail.com>2024-03-12 14:33:43 +0100
commita7b6bcb988e86ca25554baa00a258386bc1f5cbc (patch)
tree921f40c24f5bd5b72a7c803e162237b31d28dd25 /misc/extension_api_validation
parent22c20cea6e59a8a95585adb866c007a55c428806 (diff)
downloadredot-engine-a7b6bcb988e86ca25554baa00a258386bc1f5cbc.tar.gz
Fix some AcceptDialog argument types
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index 49e871e203..8623e8eb25 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -240,3 +240,11 @@ Validate extension JSON: Error: Field 'classes/EditorPlugin/methods/add_control_
Added optional argument to add_control_to_bottom_panel and add_control_to_dock to specify a shortcut that toggles the bottom panel/dock's visibility.
Compatibility method registered.
+
+
+GH-89419
+--------
+Validate extension JSON: Error: Field 'classes/AcceptDialog/methods/register_text_enter/arguments/0': type changed value in new API, from "Control" to "LineEdit".
+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.