We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6c6c2a6 commit1cfe12dCopy full SHA for 1cfe12d
doc/releasenotes/rf-7.4.rst
@@ -286,7 +286,7 @@ cause backwards compatibility issues are listed below:
286
keywords (`#5373`_) may cause subtle changes to how arguments are handled.
287
288
- Explicitly marking arguments of some BuiltIn keywords to be positional-only
289
- can affect their usage from Python (`#5025`). For example,
+ can affect their usage from Python (`#5025`_). For example,
290
`BuiltIn().get_variable_value("${x}", default="value")` does not work anymore
291
and `BuiltIn().get_variable_value("${x}", "value")` needs to be used instead.
292
This problem will be fixed in Robot Framework 7.4.1 (`#5580`__).