changelog

This commit is contained in:
Alexander Wang 2022-12-24 13:12:53 -08:00
parent 3a6834662d
commit fb2e0827d3
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -19,3 +19,4 @@
- Icons with query parameters are now being escaped to valid SVG XML. [#438](https://github.com/terrastruct/d2/issues/438)
- 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 style being defined in same scope as sql_table caused compiler to skip compiling sql_table. [#506](https://github.com/terrastruct/d2/issues/506)
- Fixed panic when `constraint` value was not a string value. [#248](https://github.com/terrastruct/d2/issues/248)