From 15292853a3cd8dd94d398ce5f72704b9d7227e47 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Thu, 8 Jun 2023 16:18:58 -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 3198075d4..46d911708 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -19,6 +19,7 @@ - Invalid `constraint` usage is met with an error message, preventing a common mistake of omitting `shape: sql_table` [#1379](https://github.com/terrastruct/d2/pull/1379) - Connections now stop at all outside labels. [#1381](https://github.com/terrastruct/d2/pull/1381) - Container connections in `dagre` are more balanced [#1384](https://github.com/terrastruct/d2/pull/1384) +- Connections are now mostly masked by shape labels. [#1383](https://github.com/terrastruct/d2/pull/1383) #### Bugfixes ⛑️