mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
6 lines
490 B
Text
6 lines
490 B
Text
GH-99297
|
|
--------
|
|
Validate extension JSON: Error: Field 'classes/EditorTranslationParserPlugin/methods/_parse_file/arguments': size changed value in new API, from 3 to 1.
|
|
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/EditorTranslationParserPlugin/methods/_parse_file': return_value
|
|
|
|
Returning by argument reference is not safe in extensions, changed to returning as an Array and merged with `get_comments`. Compatibility method registered.
|