Skip to content

Commit 8d3a667

Browse files
HolonProductionmhilbrunner
authored andcommitted
Don't list JSONRPC changes as binary compatible
1 parent d5a7c42 commit 8d3a667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/migrating/upgrading_to_godot_4.5.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Core
3939
Change GDScript Compatible C# Binary Compatible C# Source Compatible Introduced
4040
======================================================================================================================== =================== ==================== ==================== ============
4141
**JSONRPC**
42-
Method ``set_scope`` replaced by ``set_method`` optional parameter || |✔️ with compat| |✔️ with compat| `GH-104890`_
42+
Method ``set_scope`` replaced by ``set_method`` || | with stub| | with stub| `GH-104890`_
4343
**Node**
4444
Method ``get_rpc_config`` renamed to ``get_node_rpc_config`` || |✔️ with compat| |✔️ with compat| `GH-106848`_
4545
Method ``set_name`` changes ``name`` parameter type from ``String`` to ``StringName`` |✔️| |✔️ with compat| |✔️ with compat| `GH-76560`_
@@ -293,6 +293,7 @@ Text
293293
to the same value you were passing as ``size_in_percent``.
294294

295295
.. || replace:: :abbr:` (This API breaks compatibility.)`
296+
.. |❌ with stub| replace:: :abbr:` (Stub compatibility methods were added to prevent crashes. However, this API is not functional anymore.)`
296297
.. |✔️| replace:: :abbr:`✔️ (This API does not break compatibility.)`
297298
.. |✔️ with compat| replace:: :abbr:`✔️ (This API does not break compatibility. A compatibility method was added.)`
298299

0 commit comments

Comments
 (0)