You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
17 lines
848 B
Plaintext
17 lines
848 B
Plaintext
This file contains the expected output of --validate-extension-api when run against the extension_api.json of the
|
|
4.4-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.4-stable and 4.5-stable
|
|
|
|
GH-98194
|
|
--------
|
|
Validate extension JSON: Error: Field 'classes/DisplayServer/methods/file_dialog_show/arguments': size changed value in new API, from 7 to 8.
|
|
Validate extension JSON: Error: Field 'classes/DisplayServer/methods/file_dialog_with_options_show/arguments': size changed value in new API, from 9 to 10.
|
|
|
|
Optional argument added. Compatibility methods registered.
|