Skip to content

Commit 8c52c56

Browse files
authored
Merge pull request #87 from bcdev/forman-85-config_setting_categories
Config setting categories
2 parents 4a6338a + d4c7c9a commit 8c52c56

File tree

4 files changed

+300
-330
lines changed

4 files changed

+300
-330
lines changed

CHANGES.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
- Introduced `SliceSource.close()` so
1010
[contextlib.closing()](https://docs.python.org/3/library/contextlib.html#contextlib.closing)
1111
is applicable. Deprecated `SliceSource.dispose()`.
12-
12+
1313
- Introduced new optional configuration setting `slice_source_kwargs` that
14-
contains keyword-arguments, which are passed to a configured `slice_source`
15-
together with each slice item.
14+
contains keyword-arguments passed to a configured `slice_source` together
15+
with each slice item.
1616

1717
- Introduced optional configuration setting `extra` that holds additional
18-
configuration not validated by default. Intended use is by a `slice_source` that
19-
expects an argument named `ctx` and therefore can access the configuration.
18+
configuration not validated by default. Intended use is by a `slice_source`
19+
that expects an argument named `ctx` and therefore can access the
20+
configuration.
21+
22+
* Improved readability of the configuration reference by using setting
23+
categories and applied logical ordering of settings within categories. (#85)
2024

2125
## Version 0.6.0 (from 2024-03-12)
2226

0 commit comments

Comments
 (0)