summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.1-stable.expected
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-26 13:44:46 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-26 13:44:46 +0200
commitca8b229e1c7dcf1123ae0d24f331860b789df86c (patch)
tree8d4a9e4de1b3d81fb9e2295304797c5e41123bcb /misc/extension_api_validation/4.1-stable.expected
parent3ec673085b161c6d0b134df11d2a63874066553d (diff)
parentbc6585a5a7380c39d182944e47592587f8b97231 (diff)
downloadredot-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.expected7
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.