summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-06-11 11:23:09 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-06-11 11:23:09 +0200
commit62a056aa56ca4471c035e43741c88e4a22d81802 (patch)
treefabd7a6cfb603f4385d69da4208239e51ee92b3d /misc
parentdc1a6a190db4567744934672d0b1741db45d0445 (diff)
downloadredot-engine-62a056aa56ca4471c035e43741c88e4a22d81802.tar.gz
Fix extension API validation warning after #92861
Diffstat (limited to 'misc')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected13
1 files changed, 4 insertions, 9 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index 03c7a8291a..b8f244ca02 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -126,13 +126,6 @@ Validate extension JSON: Error: Field 'classes/Animation/methods/value_track_int
Added optional argument to track_interpolate to treat playing backward correctly. Compatibility method registered.
-GH-86661
---------
-Validate extension JSON: Error: Field 'classes/Animation/methods/track_find_key/arguments': size changed value in new API, from 3 to 4.
-
-Added optional argument to track_find_key to avoid finding keys out of the animation range. Compatibility method registered.
-
-
GH-84792
--------
Validate extension JSON: Error: Field 'classes/RenderingServer/methods/environment_set_fog/arguments': size changed value in new API, from 10 to 11.
@@ -365,8 +358,10 @@ Validate extension JSON: Error: Field 'classes/EditorInspectorPlugin/methods/add
Optional arguments added. Compatibility methods registered.
-GH-86661
+
+GH-92861
--------
Validate extension JSON: Error: Field 'classes/Animation/methods/track_find_key/arguments': size changed value in new API, from 3 to 5.
-Added optional argument to track_find_key to handle backward seeking. Compatibility method registered.
+Added optional arguments to avoid finding keys out of the animation range (GH-86661), and to handle backward seeking.
+Compatibility method registered.