Skip to content

Commit cfd108e

Browse files
authored
Merge pull request #10748 from bruvzg/buf_bind
Fix inaccurate `read_string_from_stdin` migration info.
2 parents ce2a1b5 + 5cdcca8 commit cfd108e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/migrating/upgrading_to_godot_4.4.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Method ``store_string`` changes return type from ``void`` to ``bool``
4545
Method ``store_var`` changes return type from ``void`` to ``bool`` |✔️| || |✔️| `GH-78289`_
4646
**OS**
4747
Method ``execute_with_pipe`` adds a new ``blocking`` optional parameter |✔️| |✔️ with compat| |✔️ with compat| `GH-94434`_
48-
Method ``read_string_from_stdin`` adds a new ``buffer_size`` optional parameter |✔️| |✔️ with compat| |✔️ with compat| `GH-91201`_
48+
Method ``read_string_from_stdin`` adds a new ``buffer_size`` parameter [#f1]_ || |✔️ with compat| |✔️ with compat| `GH-91201`_
4949
**RegEx**
5050
Method ``compile`` adds a new ``show_error`` optional parameter |✔️| |✔️ with compat| |✔️ with compat| `GH-95212`_
5151
Method ``create_from_string`` adds a new ``show_error`` optional parameter |✔️| |✔️ with compat| |✔️ with compat| `GH-95212`_
@@ -55,6 +55,8 @@ Method ``post`` adds a new ``count`` optional parameter
5555
Method ``standardize_locale`` adds a new ``add_defaults`` optional parameter |✔️| |✔️ with compat| |✔️ with compat| `GH-98972`_
5656
======================================================================================================================== =================== ==================== ==================== ============
5757

58+
.. [#f1] Default buffer size in 4.3 is ``1024``.
59+
5860
GUI nodes
5961
~~~~~~~~~
6062

0 commit comments

Comments
 (0)