changelog

This commit is contained in:
Alexander Wang 2023-02-22 13:45:00 -08:00
parent a0f8dbee22
commit 9c99212762
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -18,3 +18,4 @@
- Fixes rare possibility of rendered connections being hidden or cut off. [#828](https://github.com/terrastruct/d2/pull/828)
- Creating nested children within `sql_table` and `class` shapes are now prevented (caused confusion when accidentally done). [#834](https://github.com/terrastruct/d2/pull/834)
- Fixes graph deserialization bug. [#837](https://github.com/terrastruct/d2/pull/837)
- `steps` with non-map fields could cause panics. [#783](https://github.com/terrastruct/d2/pull/783)