1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00
Files
godot/misc/extension_api_validation/4.3-stable_4.4-stable/GH-100913.txt
2025-12-03 16:25:16 +02:00

6 lines
290 B
Plaintext

GH-100913
---------
Validate extension JSON: Error: Field 'classes/TextEdit/methods/get_line_column_at_pos/arguments': size changed value in new API, from 2 to 3.
Added optional argument to disallow positions that are outside the column range of the line. Compatibility method registered.