From e6e061a08170e01c2b64c363ae2c1c2ee38134f3 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 23 Mar 2025 07:31:22 -0600 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 bc2ea0d5c..c25f0d95a 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -25,6 +25,7 @@ - fixes panic when comment lines appear in arrays [#2378](https://github.com/terrastruct/d2/pull/2378) - fixes inconsistencies when objects were double quoted [#2390](https://github.com/terrastruct/d2/pull/2390) - fixes globs not applying to spread substitutions [#2426](https://github.com/terrastruct/d2/issues/2426) + - fixes panic when classes were mixed with layers incorrectly [#2448](https://github.com/terrastruct/d2/pull/2448) - CLI: fetch and render remote images of mimetype octet-stream correctly [#2370](https://github.com/terrastruct/d2/pull/2370) - d2js: handle unicode characters [#2393](https://github.com/terrastruct/d2/pull/2393)