Skip to content

Commit f31aa35

Browse files
committed
Update changelog
1 parent 7460b9b commit f31aa35

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ title: Changelog
44

55
## Unreleased
66

7+
### Features
8+
9+
- Added German (de) localization, #2941.
10+
11+
### Bug Fixes
12+
13+
- TypeDoc's default theme now uses the same chevron for all collapsible elements, #2924
14+
The `chevronSmall` helper is now deprecated and will be removed with v0.29.0.
15+
16+
### Thanks!
17+
18+
- @blutorange
19+
- @bkeepers
20+
721
## v0.28.3 (2025-04-20)
822

923
### Bug Fixes

scripts/visual_regression.js

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
// @ts-check
23
import util from "util";
34
import { cpSync, existsSync, mkdirSync, rmSync } from "fs";

0 commit comments

Comments
 (0)