Skip to content

Commit be78a8c

Browse files
Don't list JSONRPC changes as binary compatible
1 parent e958d86 commit be78a8c

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`_
@@ -241,6 +241,7 @@ Text
241241
to the same value you were passing as ``size_in_percent``.
242242

243243
.. || replace:: :abbr:` (This API breaks compatibility.)`
244+
.. |❌ with stub| replace:: :abbr:` (Stub compatibility methods were added to prevent crashes, however this API is not functional anymore.)`
244245
.. |✔️| replace:: :abbr:`✔️ (This API does not break compatibility.)`
245246
.. |✔️ with compat| replace:: :abbr:`✔️ (This API does not break compatibility. A compatibility method was added.)`
246247

0 commit comments

Comments
 (0)