summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2024-04-15 22:14:41 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2024-04-22 14:02:07 +0300
commita116801ec76fa2159191609d0dbef666d92385a4 (patch)
tree6c0846b2ba4528083498cd9f741d4d1330650835 /misc/extension_api_validation
parent7529c0bec597d70bc61975a82063bb5112ac8879 (diff)
downloadredot-engine-a116801ec76fa2159191609d0dbef666d92385a4.tar.gz
Improve TextEdit/LineEdit word selection.
Diffstat (limited to 'misc/extension_api_validation')
-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 de60e5114c..4706ed37f0 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -308,3 +308,10 @@ Validate extension JSON: Error: Field 'classes/XRServer/methods/remove_tracker/a
All trackers now have an XRTracker base, and the XRServer uses the XRTracker type.
+
+GH-90732
+--------
+Validate extension JSON: Error: Field 'classes/TextServer/methods/shaped_text_get_word_breaks/arguments': size changed value in new API, from 2 to 3.
+Validate extension JSON: Error: Field 'classes/TextServerExtension/methods/_shaped_text_get_word_breaks/arguments': size changed value in new API, from 2 to 3.
+
+Added optional argument. Compatibility method registered.