diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2020-02-23 22:23:34 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-08-16 16:59:17 +0200 |
commit | 3dd881b4e423a28c5d6e8829a0b415fea80ac601 (patch) | |
tree | 9dedaf37e3bc0ed31149ade11fcf4b782bccec6a /misc | |
parent | 90f90cbcb0cf2c44a3114048accfd5b407c4ac98 (diff) | |
download | redot-engine-3dd881b4e423a28c5d6e8829a0b415fea80ac601.tar.gz |
Add option to allow echo events in menu shortcuts
Diffstat (limited to 'misc')
-rw-r--r-- | misc/extension_api_validation/4.0-stable.expected | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.0-stable.expected b/misc/extension_api_validation/4.0-stable.expected index 823af03c8e..5f982cbff6 100644 --- a/misc/extension_api_validation/4.0-stable.expected +++ b/misc/extension_api_validation/4.0-stable.expected @@ -443,3 +443,11 @@ Validate extension JSON: API was removed: classes/SystemFont/properties/fallback The property was moved to their common base class Font. The setters and getters were already in Font, so this shouldn't affect compatibility. + + +GH-36493 +-------- +Validate extension JSON: Error: Field 'classes/PopupMenu/methods/add_icon_shortcut/arguments': size changed value in new API, from 4 to 5. +Validate extension JSON: Error: Field 'classes/PopupMenu/methods/add_shortcut/arguments': size changed value in new API, from 3 to 4. + +Added optional argument. Compatibility methods registered. |