From 100df783417e32d6eda5c9acf5c0b809066f5cfc Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Fri, 27 Oct 2023 21:04:58 -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 40dfd2879..add6512b6 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -13,3 +13,4 @@ - Fixes a panic with a spread substitution in a glob map [#1643](https://github.com/terrastruct/d2/pull/1643) - Fixes use of `null` in `sql_table` constraints (ty @landmaj) [#1660](https://github.com/terrastruct/d2/pull/1660) - Fixes elk growing shapes with width/height set [#1679](https://github.com/terrastruct/d2/pull/1679) +- Adds a compiler error when accidentally using an arrowhead on a shape [#1686](https://github.com/terrastruct/d2/pull/1686)