From af796467171566a5454f7ecff6d3d49bc5418d69 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Thu, 2 Nov 2023 10:39:29 -0700 Subject: [PATCH] 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 83af57a92..2a77cc19b 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,5 +1,7 @@ #### Features ๐Ÿš€ +- ELK now routes `sql_table` edges to the exact columns (ty @landmaj) [#1681](https://github.com/terrastruct/d2/pull/1681) + #### Improvements ๐Ÿงน - Grid cells can now contain nested edges [#1629](https://github.com/terrastruct/d2/pull/1629)