summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2024-06-19 07:59:07 +0200
committerGitHub <noreply@github.com>2024-06-19 07:59:07 +0200
commit19bf77f66635c53cc28d54784a9a2333f4a8d289 (patch)
tree3ef5548ade13b647bc32dd02d4506d5cf66aaebe /misc
parent2b11d0ca966e93c621dccc57951ccbe2a0133251 (diff)
parent52fa4f05f3945fdf511c249adede9b6d07c51beb (diff)
downloadredot-engine-19bf77f66635c53cc28d54784a9a2333f4a8d289.tar.gz
Merge pull request #91382 from adamscott/sample-player
Add sample playback support
Diffstat (limited to 'misc')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index b8f244ca02..7b93df70fa 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -365,3 +365,10 @@ Validate extension JSON: Error: Field 'classes/Animation/methods/track_find_key/
Added optional arguments to avoid finding keys out of the animation range (GH-86661), and to handle backward seeking.
Compatibility method registered.
+
+
+GH-91382
+--------
+Validate extension JSON: Error: Field 'classes/AudioStreamPlaybackPolyphonic/methods/play_stream/arguments': size changed value in new API, from 4 to 6.
+
+Optional arguments added. Compatibility methods registered.