changelog

This commit is contained in:
Gavin Nishizawa 2022-12-17 19:10:03 -08:00
parent 7b5c3ee3d8
commit e27999882d
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -5,3 +5,4 @@
#### Bugfixes ⛑️ #### Bugfixes ⛑️
- `d2 fmt` only rewrites if it has changes, instead of always rewriting. [#470](https://github.com/terrastruct/d2/pull/470) - `d2 fmt` only rewrites if it has changes, instead of always rewriting. [#470](https://github.com/terrastruct/d2/pull/470)
- Fixed an issue where text could overflow in sql_table shapes. [#458](https://github.com/terrastruct/d2/pull/458)