Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/extension_api_validation/4.2-stable_4.3-stable/GH-88791.txt
22398 views
1
GH-88791
2
--------
3
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/Skeleton3D/methods/add_bone': return_value
4
5
Added a return value for add_bone.
6
Should not affect existing regular use - the return value would just be unused.
7
Compatibility method registered.
8
9