Skip to content

Commit 22b9212

Browse files
committed
Add changelog entry
1 parent b55266b commit 22b9212

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/changes/unreleased.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ and replaces them with `format:fix` and `format:check`.
1010
## Feature
1111

1212
* #614: Replaced `path_filters` with `BaseConfig.add_to_excluded_python_paths` and `BaseConfig.excluded_python_paths`
13+
* #621: Moved path specifications into `BaseConfig`
14+
* `root` is now `root_path`, which must be specified by the project
15+
* `source` is now covered by `project_name`, which must be specified by the project,
16+
and `source_code_path`, which uses `root_path` and `project_name`
17+
* `doc` is now `documentation_path` and no longer needs to be specified
18+
* `version_file` is now `version_filepath` and no longer needs to be specified

0 commit comments

Comments
 (0)