summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.2-stable.expected
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2024-02-29 21:21:13 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2024-03-01 12:07:06 +0200
commit2a3de7adc387a8489bc0bf5dd86044728ce11772 (patch)
tree1044cff575aa7a8f4a22b5c2ae603775e4b76e9a /misc/extension_api_validation/4.2-stable.expected
parent7d2ca2d8ac49cde9767e00b70f9eaf1920eb266d (diff)
downloadredot-engine-2a3de7adc387a8489bc0bf5dd86044728ce11772.tar.gz
[RTL] Add optional `push_meta` argument to control how meta underline is drawn.
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 c0a1e58c62..1c36c47246 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -224,3 +224,10 @@ Validate extension JSON: JSON file: Field was added in a way that breaks compati
Added a return value for add_bone.
Should not affect existing regular use - the return value would just be unused.
Compatibility method registered.
+
+
+GH-89024
+--------
+Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/push_meta/arguments': size changed value in new API, from 1 to 2.
+
+Added optional argument. Compatibility method registered.