From abb501e50ef453e23f20f3edfdefb5ffbe8b5503 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 8 Nov 2023 20:31:50 -0800 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 e10f25c48..b47a877b6 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -2,6 +2,7 @@ - ELK now routes `sql_table` edges to the exact columns (ty @landmaj) [#1681](https://github.com/terrastruct/d2/pull/1681) - Adds new unfilled triangle arrowhead. [#1711](https://github.com/terrastruct/d2/pull/1711) +- Grid containers can now have custom label positions. [#1715](https://github.com/terrastruct/d2/pull/1715) #### Improvements 🧹