diff options
author | David Snopek <dsnopek@gmail.com> | 2024-08-15 07:38:49 -0500 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2024-08-15 07:38:49 -0500 |
commit | dd78ce4217de15cca5b2ce0d920e7c19e77d0c47 (patch) | |
tree | eb723ae65e1050a3ae3c5cd8de6619618025a608 /misc | |
parent | c2a4942850404d97d0e5d5b99e03361cebf2a54c (diff) | |
download | redot-engine-dd78ce4217de15cca5b2ce0d920e7c19e77d0c47.tar.gz |
Update GDExtension related CI after Godot 4.3-stable's release
Diffstat (limited to 'misc')
-rw-r--r-- | misc/extension_api_validation/4.3-stable.expected | 9 |
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 |