From 89e785afcb28a96e969490cefe77875d78defa9c Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 2 Dec 2022 22:49:47 -0800 Subject: [PATCH] add changelog --- ci/release/changelogs/next.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 0955bf543..09c421ba1 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -25,6 +25,8 @@ - Local images can now be included, e.g. `icon: ./my_img.png`. [#146](https://github.com/terrastruct/d2/issues/146) +- Connection labels no longer overlap other connections. + [#332](https://github.com/terrastruct/d2/pull/332) - ELK layout engine now defaults to top-down to be consistent with dagre. [#251](https://github.com/terrastruct/d2/pull/251) - [install.sh](./install.sh) prints the dry run message more visibly.