summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.2-stable.expected
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2024-01-28 12:34:56 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2024-01-28 13:26:49 +0200
commit85df221610e72e4b93f4eaf57a2f470c6da8e54d (patch)
tree358ed654919436c367fc418fc01bc0c20244babd /misc/extension_api_validation/4.2-stable.expected
parent17e7f85c06366b427e5068c5b3e2940e27ff5f1d (diff)
downloadredot-engine-85df221610e72e4b93f4eaf57a2f470c6da8e54d.tar.gz
[TextServer / Font] Add support for customizable baseline offset.
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 2c18b43948..f6e3661c7b 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -66,3 +66,10 @@ GH-86158
Validate extension JSON: Error: Field 'classes/GraphEdit/methods/get_connection_line': is_const changed value in new API, from false to true.
get_connection_line was made const.
+
+
+GH-87668
+--------
+Validate extension JSON: Error: Field 'classes/Font/methods/find_variation/arguments': size changed value in new API, from 8 to 9.
+
+Added optional "baseline_offset" argument. Compatibility method registered.