Changelog

This commit is contained in:
Júlio César Batista 2022-12-01 14:34:24 -08:00
parent c0e670bb2f
commit 2c557a32d8
No known key found for this signature in database
GPG key ID: 10C4B861BF314878

View file

@ -1,5 +1,7 @@
#### Features 🚀 #### Features 🚀
- Sequence diagrams are now supported. See [docs](https://d2lang.com/tour/sequence-diagrams) for more.
[#99](https://github.com/terrastruct/d2/issues/99)
- Formatting of d2 scripts is supported on the CLI with the `fmt` subcommand. - Formatting of d2 scripts is supported on the CLI with the `fmt` subcommand.
[#292](https://github.com/terrastruct/d2/pull/292) [#292](https://github.com/terrastruct/d2/pull/292)
- Latex is now supported. See [docs](https://d2lang.com/tour/text) for more. - Latex is now supported. See [docs](https://d2lang.com/tour/text) for more.