From f4ecd6ceb22742c9a31dc200d4f0c142d138a132 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Mon, 19 Jun 2023 17:44:40 -0700 Subject: [PATCH] changelog --- 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 44d3f8661..bf5e51949 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -7,6 +7,7 @@ - Display version on CLI help invocation [#1400](https://github.com/terrastruct/d2/pull/1400) - Improved readability of connection labels when they overlap another connection. [#447](https://github.com/terrastruct/d2/pull/447) - Error message when `shape` is given a composite [#1415](https://github.com/terrastruct/d2/pull/1415) +- Improved rendering and text measurement for code shapes. [#1425](https://github.com/terrastruct/d2/pull/1425) #### Bugfixes ⛑️