From b8faaf7aa23789303da594e7191aa51d6a357b9b Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 28 Oct 2023 14:35:14 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed210512..14bc20996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ - Added `--sourceLinkExternal` option to render source code links as external, #2415. +### Bug Fixes + +- TypeDoc now attempts to correct local anchor links in readme files which are broken by its deconfliction logic, #2413. +- TypeDoc now finds comments on index signatures again, #2414. +- TypeDoc now does a better job of detecting properties when destructured function arguments are used. + +### Thanks! + +- @mogelbrod + ## v0.25.2 (2023-10-08) ### Features