Skip to content

Commit fecce37

Browse files
authored
docs: match existing style
1 parent adf2d3e commit fecce37

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/configuration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,7 @@ SOME_OPTION = true
425425

426426
````
427427

428-
:::{versionchanged} 0.11
429-
430-
You can specify a CMake define as a list of strings:
428+
You can even specify a CMake define as a list of strings:
431429

432430
````{tab} pyproject.toml
433431

@@ -447,6 +445,10 @@ Semicolons inside the list elements will be escaped with a backslash (`\`) and
447445
the resulting list elements will be joined together with semicolons (`;`) before
448446
being converted to command-line arguments.
449447

448+
:::{versionchanged} 0.11
449+
450+
Support for list of strings.
451+
450452
:::
451453

452454
`````{tab} config-settings

0 commit comments

Comments
 (0)