summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-02-16 15:37:30 -0600
committerDavid Snopek <dsnopek@gmail.com>2024-02-16 16:31:09 -0600
commit99fd6ca98c3441b891d4d15b33e52eb3cfd86d7d (patch)
tree5c361017f857e1920038d8c7d383eb9f23e0d971 /misc/extension_api_validation
parenta9bb8509f2faac81bdb995c6c89a5347372f3498 (diff)
downloadredot-engine-99fd6ca98c3441b891d4d15b33e52eb3cfd86d7d.tar.gz
Unbind GDExtension methods that can't reasonably be used
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 a9390487ef..2a2e74df1f 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -120,3 +120,12 @@ GH-87340
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/RenderingDevice/methods/screen_get_framebuffer_format': arguments
screen_get_framebuffer_format can now specify the screen it should get the format from. The argument defaults to the main window to emulate the behavior of the old function.
+
+
+GH-88418
+--------
+Validate extension JSON: API was removed: classes/GDExtension/methods/close_library
+Validate extension JSON: API was removed: classes/GDExtension/methods/initialize_library
+Validate extension JSON: API was removed: classes/GDExtension/methods/open_library
+
+Since it was basically impossible to use these methods in any useful way, the GDExtension team agreed that breaking compatibility by removing them was OK.