1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00
Files
godot/misc/extension_api_validation/4.0-stable_4.1-stable/GH-75250-76401.txt
2025-12-03 16:25:16 +02:00

7 lines
475 B
Plaintext

GH-75250 & GH-76401
-------------------
Validate extension JSON: Error: Hash changed for 'classes/RichTextLabel/methods/push_paragraph', from 3DD1D1C2 to BFDC71FE. This means that the function has changed and no compatibility function was provided.
Validate extension JSON: Error: Field 'classes/RichTextLabel/methods/push_paragraph/arguments': size changed value in new API, from 4 to 6.
Added a optional parameters with default values. No adjustments should be necessary.