diff --git a/.config/regconfig.json b/.config/regconfig.json index d15db1a85..6d91aa6af 100644 --- a/.config/regconfig.json +++ b/.config/regconfig.json @@ -2,7 +2,7 @@ "core": { "workingDir": "dist/tmp/.reg", "actualDir": "dist/tmp/__screenshots__", - "thresholdRate": 0.01, + "thresholdRate": 0.001, "addIgnore": true, "ximgdiff": { "invocationType": "client" diff --git a/CHANGELOG.md b/CHANGELOG.md index 492155242..1142061d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Unreleased +### Features + +- Classes which are `abstract` and enums which are `const` will now be indicated in their rendered documentation, #1874. +- Added a new option `compilerOptions`, which can be used to override compiler options read from `tsconfig.json`, #1891. + ### Bug Fixes - TypeDoc will now warn if a project name/version cannot be inferred from a package.json file, #1907. +### Thanks! + +- @ejuda +- @schlusslicht + ## v0.22.14 (2022-04-07) ### Bug Fixes