From e51bdbff09edfb48f2057ef3acb69d54a112de15 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 3 Dec 2022 16:32:12 -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 b08452d63..0955bf543 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -46,6 +46,8 @@ [#214](https://github.com/terrastruct/d2/pull/214) - Fixes images not loading in PNG exports. [#224](https://github.com/terrastruct/d2/pull/224) +- Fixes label and icon overlapping each other in dagre and elk layouts. + [#343](https://github.com/terrastruct/d2/pull/343) - Avoid logging benign file watching errors. [#293](https://github.com/terrastruct/d2/pull/293) - `$BROWSER` now works to open a custom browser correctly.