summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-08-15 16:06:38 +0200
committerGitHub <noreply@github.com>2024-08-15 16:06:38 +0200
commitee363af0ed65f6ca9a906f6065d0bd9c19dcf9e4 (patch)
treeeb723ae65e1050a3ae3c5cd8de6619618025a608 /misc/extension_api_validation
parentc2a4942850404d97d0e5d5b99e03361cebf2a54c (diff)
parentdd78ce4217de15cca5b2ce0d920e7c19e77d0c47 (diff)
downloadredot-engine-ee363af0ed65f6ca9a906f6065d0bd9c19dcf9e4.tar.gz
Merge pull request #95556 from dsnopek/gdext-post-godot43
Update GDExtension related CI after Godot 4.3-stable's release
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r--misc/extension_api_validation/4.3-stable.expected9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.3-stable.expected b/misc/extension_api_validation/4.3-stable.expected
new file mode 100644
index 0000000000..a2112d71f2
--- /dev/null
+++ b/misc/extension_api_validation/4.3-stable.expected
@@ -0,0 +1,9 @@
+This file contains the expected output of --validate-extension-api when run against the extension_api.json of the
+4.3-stable tag (the basename of this file).
+
+Only lines that start with "Validate extension JSON:" matter, everything else is considered a comment and ignored. They
+should instead be used to justify these changes and describe how users should work around these changes.
+
+Add new entries at the end of the file.
+
+## Changes between 4.3-stable and 4.4-stable