From 2b84c162d5d0692443ba0f139996b374b23896c0 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Tue, 3 Dec 2024 21:51:08 -0700 Subject: [PATCH] Update changelog Resolves #2794 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ef1b7e2..74f93ef8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ title: Changelog ### Bug Fixes - Add special handling for import types with type errors discarded with ts-expect-error, #2792. +- Improved support for hosting TypeDoc with strict Content Security Policy rules, #2794. - Fixed low contrast in default colors for properties/accessors in light mode, #2795. +### Thanks! + +- @mikalai-snap + ## v0.27.2 (2024-11-29) ### Bug Fixes