changelog

This commit is contained in:
Alexander Wang 2023-07-11 19:16:10 -07:00
parent 67a06b6557
commit 7091c580ef
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -1,5 +1,6 @@
#### Features 🚀
- Variables and substitutions are implemented. See [docs](https://d2lang.com/tour/vars). [#1473](https://github.com/terrastruct/d2/pull/1473)
- Configure timeout value with D2_TIMEOUT env var [#1392](https://github.com/terrastruct/d2/pull/1392)
- Scale renders and disable fit to screen with `--scale` flag [#1413](https://github.com/terrastruct/d2/pull/1413)
- `null` keyword can be used to un-declare. See [docs](https://d2lang.com/tour/TODO) [#1446](https://github.com/terrastruct/d2/pull/1446)