From 815b9435f0f9e64cfc7f2375c65f028d38690164 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 9 Apr 2022 16:37:13 -0600 Subject: [PATCH] Update changelog, decrease regconfig tolerance --- .config/regconfig.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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