diff options
| author | David Snopek <dsnopek@gmail.com> | 2023-06-14 13:26:00 -0500 |
|---|---|---|
| committer | David Snopek <dsnopek@gmail.com> | 2023-06-14 14:31:41 -0500 |
| commit | 1b9364ba968480ddbb1d5a51937c215710f7f5e5 (patch) | |
| tree | db075a9afc3facb4cc71dd2da551528fd58edf46 /misc | |
| parent | 33957aee69683cf1f542a8622e5a9efd23070f1c (diff) | |
| download | redot-engine-1b9364ba968480ddbb1d5a51937c215710f7f5e5.tar.gz | |
Directly expose WebRTCPeerConnection::create_data_channel() to GDExtension
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/extension_api_validation/4.0-stable.expected | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.0-stable.expected b/misc/extension_api_validation/4.0-stable.expected index 444560eb53..963c997aa0 100644 --- a/misc/extension_api_validation/4.0-stable.expected +++ b/misc/extension_api_validation/4.0-stable.expected @@ -6,6 +6,10 @@ should instead be used to justify these changes and describe how users should wo ======================================================================================================================== +GH-78237 +-------- +Validate extension JSON: Error: Field 'classes/WebRTCPeerConnectionExtension/methods/_create_data_channel/return_value': type changed value in new API, from "Object" to "WebRTCDataChannel". + GH-77757 -------- Validate extension JSON: Error: Field 'classes/Viewport/methods/gui_get_focus_owner': is_const changed value in new API, from false to true. |
