From 4137d1c3f4969cfe74fbf378c41a7f939f8b9edb Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 12 Apr 2023 11:54:40 -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 d7ff59fef..ab0499205 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -8,3 +8,4 @@ - Fixes grid layouts not applying on objects with a constant near [#1173](https://github.com/terrastruct/d2/issues/1173) - Fixes markdown header rendering in firefox and safari [#1177](https://github.com/terrastruct/d2/issues/1177) +- Fixes a grid layout panic when there are fewer objects than rows [#1189](https://github.com/terrastruct/d2/issues/1189)