From 5f1d9febe0ada48b7c11aa9ddf0b0f9a5cf731c2 Mon Sep 17 00:00:00 2001 From: melsonic Date: Mon, 14 Apr 2025 23:32:41 +0530 Subject: [PATCH] update next.md --- 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 9e7cabe91..14069f10c 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -34,6 +34,7 @@ - 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) + - fixes panic when gradient colors are used in sketch mode [#2481](https://github.com/terrastruct/d2/pull/2487) - Formatter: - fixes substitutions in quotes surrounded by text [#2462](https://github.com/terrastruct/d2/pull/2462) - CLI: fetch and render remote images of mimetype octet-stream correctly [#2370](https://github.com/terrastruct/d2/pull/2370)