diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-26 13:44:46 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-09-26 13:44:46 +0200 |
commit | ca8b229e1c7dcf1123ae0d24f331860b789df86c (patch) | |
tree | 8d4a9e4de1b3d81fb9e2295304797c5e41123bcb /misc/extension_api_validation/4.1-stable.expected | |
parent | 3ec673085b161c6d0b134df11d2a63874066553d (diff) | |
parent | bc6585a5a7380c39d182944e47592587f8b97231 (diff) | |
download | redot-engine-ca8b229e1c7dcf1123ae0d24f331860b789df86c.tar.gz |
Merge pull request #80410 from bruvzg/rtl_img_features
[RTL] Add support for image dynamic updating, padding, tooltips and size in percent.
Diffstat (limited to 'misc/extension_api_validation/4.1-stable.expected')
-rw-r--r-- | misc/extension_api_validation/4.1-stable.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.1-stable.expected b/misc/extension_api_validation/4.1-stable.expected index 13f09436df..376dfb145c 100644 --- a/misc/extension_api_validation/4.1-stable.expected +++ b/misc/extension_api_validation/4.1-stable.expected @@ -169,6 +169,8 @@ Validate extension JSON: API was removed: classes/GraphNode/signals/raise_reques Validate extension JSON: API was removed: classes/GraphNode/signals/resize_request Refactor GraphNode (splitup in GraphElement and GraphNode) + + GH-81070 -------- Validate extension JSON: API was removed: classes/TileMap/methods/get_quadrant_size @@ -190,4 +192,9 @@ GH-79965 -------- Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/PopupMenu/methods/clear': arguments + +GH-80410 +-------- +Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/add_image/arguments': size changed value in new API, from 6 to 10. + Added optional argument. Compatibility method registered. |