This commit is contained in:
Alexander Wang 2024-08-14 12:56:09 +08:00
parent 0cfb20f6bf
commit f476d46712
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -15,3 +15,4 @@
- Sequence diagram: long self-referential edge labels no longer can collide neighboring actors (or its own) lifeline edges [#2050](https://github.com/terrastruct/d2/pull/2050)
- Globs: An edge case was fixed where globs used in edges were creating nodes when it shouldn't have [#2051](https://github.com/terrastruct/d2/pull/2051)
- Render: Multi-line class labels/headers are rendered correctly [#2057](https://github.com/terrastruct/d2/pull/2057)
- CLI: Watch mode uses correct backlinks (`_` usages) [#2058](https://github.com/terrastruct/d2/pull/2058)