changelog

This commit is contained in:
Alexander Wang 2023-02-19 08:23:24 -08:00
parent 1a11eb00cb
commit 9a54b8237f
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -6,6 +6,7 @@
#### Improvements 🧹 #### Improvements 🧹
- Cleaner watch mode logs without timestamps. [830](https://github.com/terrastruct/d2/pull/830) - Cleaner watch mode logs without timestamps. [830](https://github.com/terrastruct/d2/pull/830)
- `near` key set to direct parent or ancestor throws an appropriate error message. [#851](https://github.com/terrastruct/d2/pull/851)
#### Bugfixes ⛑️ #### Bugfixes ⛑️
@ -13,4 +14,4 @@
- Fixes rare compiler bug when using underscores in edges to create objects across containers. [#824](https://github.com/terrastruct/d2/pull/824) - Fixes rare compiler bug when using underscores in edges to create objects across containers. [#824](https://github.com/terrastruct/d2/pull/824)
- Fixes rare possibility of rendered connections being hidden or cut off. [#828](https://github.com/terrastruct/d2/pull/828) - 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) - 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) - Fixes graph deserialization bug. [#837](https://github.com/terrastruct/d2/pull/837)