add to changelog

This commit is contained in:
Bernard Xie 2022-12-29 16:34:17 -08:00
parent e455c9974a
commit a6aec69360
No known key found for this signature in database
GPG key ID: 3C3E0036CE0F892C

View file

@ -4,6 +4,8 @@
#### Improvements 🧹 #### Improvements 🧹
- Watch mode now renders fit to screen. [#560](https://github.com/terrastruct/d2/pull/560)
#### Bugfixes ⛑️ #### Bugfixes ⛑️
- Restricts where `near` key constant values can be used, with good error messages, instead of erroring (e.g. setting `near: top-center` on a container would cause bad layouts or error). [#538](https://github.com/terrastruct/d2/pull/538) - Restricts where `near` key constant values can be used, with good error messages, instead of erroring (e.g. setting `near: top-center` on a container would cause bad layouts or error). [#538](https://github.com/terrastruct/d2/pull/538)