changelog

This commit is contained in:
Alexander Wang 2023-01-14 14:23:17 -08:00
parent 68f131672a
commit 67cbd56885
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -15,3 +15,4 @@
- Fixes tooltip/link attributes being ignored for `sql_table` and `class`. [#658](https://github.com/terrastruct/d2/pull/658)
- Fixes arrowheads sometimes appearing broken with sketch on. [#656](https://github.com/terrastruct/d2/pull/656)
- Fixes code snippets not being tall enough with leading newlines. [#664](https://github.com/terrastruct/d2/pull/664)
- Icon URLs that needed escaping (e.g. with ampersands) are handled correctly by CLI. [#666](https://github.com/terrastruct/d2/pull/666)