summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
diff options
context:
space:
mode:
authorZi Ye <major.mcdoom@gmail.com>2024-02-24 17:44:26 -0600
committerZi Ye <major.mcdoom@gmail.com>2024-02-25 05:24:48 -0600
commit995bc8d0496516178cbebbc232e335c2877af89b (patch)
treefe26cf13445a86db03551fffcab4efa2d3d84d18 /misc/extension_api_validation
parent2e7fc81315bfa8d0a15f60adff2a12b6f3104236 (diff)
downloadredot-engine-995bc8d0496516178cbebbc232e335c2877af89b.tar.gz
Make Skeleton3D::add_bone return the new bone index right away, instead of requiring an additional call to get_bone_count.
Diffstat (limited to 'misc/extension_api_validation')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index ef70c4ab18..c0a1e58c62 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -215,3 +215,12 @@ Renamed to EditorSceneFormatImporterFBX2GLTF.
The compat breakage was deemed necessary as this is a class most users wouldn't
use directly, and the name needs to be disambiguated with the new
EditorSceneFormatImporterUFBX.
+
+
+GH-88791
+--------
+Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/Skeleton3D/methods/add_bone': return_value
+
+Added a return value for add_bone.
+Should not affect existing regular use - the return value would just be unused.
+Compatibility method registered.