changelog

This commit is contained in:
Gavin Nishizawa 2023-10-27 21:04:58 -07:00
parent 7e93c58df8
commit 100df78341
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -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)