From 8aa677822030144300143b567ad5f033ef1a88b8 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 2 Feb 2025 13:47:18 -0700 Subject: [PATCH] next --- ci/release/changelogs/next.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index cee695d94..c3bd1ed13 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -19,6 +19,7 @@ - Links: non-http url scheme links are supported (e.g. `x.link: vscode://file/`) [#2237](https://github.com/terrastruct/d2/issues/2237) - Compiler: reserved keywords with missing values error instead of silently doing nothing [#2251](https://github.com/terrastruct/d2/pull/2251) - Render: SVG outputs conform to stricter HTML standards, e.g. no duplicate ids [#2273](https://github.com/terrastruct/d2/issues/2273) +- Themes: theme names are consistently cased [#2322](https://github.com/terrastruct/d2/pull/2322) #### Bugfixes ⛑️