JSONRPC: Require manual method registration
This commit is contained in:
@ -24,3 +24,10 @@ Validate extension JSON: Error: Field 'classes/OpenXRAPIExtension/methods/regist
|
||||
Validate extension JSON: Error: Field 'classes/OpenXRAPIExtension/methods/unregister_projection_views_extension/arguments/0': type changed value in new API, from "OpenXRExtensionWrapperExtension" to "OpenXRExtensionWrapper".
|
||||
|
||||
Switched from `OpenXRExtensionWrapperExtension` to parent `OpenXRExtensionWrapper`. Compatibility methods registered.
|
||||
|
||||
|
||||
GH-104890
|
||||
---------
|
||||
Validate extension JSON: API was removed: classes/JSONRPC/methods/set_scope
|
||||
|
||||
Replaced `set_scope` with `set_method`. Compatibility method registered for binary compatibility. Manual upgrade required by users to retain functionality.
|
||||
|
||||
Reference in New Issue
Block a user