changelog

This commit is contained in:
Alexander Wang 2023-01-19 15:14:06 -08:00
parent 098fc96bd9
commit d6a50b11c8
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -23,3 +23,4 @@
- Icon URLs that needed escaping (e.g. with ampersands) are handled correctly by CLI. [#666](https://github.com/terrastruct/d2/pull/666)
- Fixes markdown shapes being slightly too short for their text in some cases. [#665](https://github.com/terrastruct/d2/pull/665)
- Fixes self-connections inside layouts when using ELK. [#676](https://github.com/terrastruct/d2/pull/676)
- Fixes panic when the only diagram object has `near` set to a constant. [#687](https://github.com/terrastruct/d2/pull/687)