Skip to content

Commit 5aa4181

Browse files
committed
Fixes
1 parent d8d7f02 commit 5aa4181

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGES.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
[contextlib.closing()](https://docs.python.org/3/library/contextlib.html#contextlib.closing)
1111
is applicable. Deprecated `SliceSource.dispose()`.
1212

13-
* Improve the configuration reference Introduced configuration schema categories
14-
15-
* Introduced configuration setting `extra`, which is an arbitrary configuration that
16-
is not validated by default. Intended use is by a `slice_source` that expects an
17-
argument named `ctx` and therefore can access the configuration.
13+
* Improved readability of the configuration reference by using setting categories.
1814

1915
## Version 0.6.0 (from 2024-03-12)
2016

zappend/config/markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def schema_to_markdown(config_schema: dict[str, Any]) -> str:
1919

2020
lines.append("# Configuration Reference")
2121
lines.append("")
22-
lines.append("In the following all possible configuration settings are described.")
22+
lines.append("Given here are all configuration settings of `zappend`.")
2323
lines.append("")
2424
for category_name, setting_names in categories.items():
2525
lines.append(f"## {category_name}")

0 commit comments

Comments
 (0)