Skip to content

Commit 16a21de

Browse files
committed
Update changelog for undescribed breaking changes in 0.22
1 parent 038f2a8 commit 16a21de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@
221221
See [internal-docs/custom-themes.md](https://github.com/TypeStrong/typedoc/blob/v0.22.0/internal-docs/custom-themes.md) for documentation on how to create a custom theme in v0.22.
222222
- Removed the minimal theme that has been mostly broken for a long time.
223223
- Changed the default `entryPointStrategy` from `expand` to `resolve`.
224+
- Paths in config files will now be resolved relative to the config file instead of relative to the current working directory.
225+
- Exclude patterns are now checked against files instead of against each part of the path as traversed, #1399.
226+
This means that an exclude of `**/someDir` will **not** exclude files in that directory. To exclude files in a directory, specify `**/someDir/**`.
224227

225228
### Features
226229

0 commit comments

Comments
 (0)