add changelog

This commit is contained in:
Alexander Wang 2022-12-02 22:49:47 -08:00
parent 3b94fabb0b
commit 89e785afcb
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -25,6 +25,8 @@
- Local images can now be included, e.g. `icon: ./my_img.png`. - Local images can now be included, e.g. `icon: ./my_img.png`.
[#146](https://github.com/terrastruct/d2/issues/146) [#146](https://github.com/terrastruct/d2/issues/146)
- Connection labels no longer overlap other connections.
[#332](https://github.com/terrastruct/d2/pull/332)
- ELK layout engine now defaults to top-down to be consistent with dagre. - ELK layout engine now defaults to top-down to be consistent with dagre.
[#251](https://github.com/terrastruct/d2/pull/251) [#251](https://github.com/terrastruct/d2/pull/251)
- [install.sh](./install.sh) prints the dry run message more visibly. - [install.sh](./install.sh) prints the dry run message more visibly.