changelog

This commit is contained in:
Alexander Wang 2022-12-22 19:32:51 -08:00
parent 949df0342d
commit 81b8606d8a
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -13,3 +13,4 @@
- Fixed an issue with elk layouts accounting for edge labels as if they were placed on the side of the edge. [#483](https://github.com/terrastruct/d2/pull/483)
- Fixed an issue where dagre layouts may not have enough spacing for all edge labels. [#484](https://github.com/terrastruct/d2/pull/484)
- Fixed connections being clipped if they were at the very top or left edges of the diagram. [#493](https://github.com/terrastruct/d2/pull/493)
- Fixed edge case where the key `null` was compiling wrongly. [#507](https://github.com/terrastruct/d2/issues/507)