changelog

This commit is contained in:
Alexander Wang 2022-12-26 21:25:05 -08:00
parent 9b409104fb
commit f36d92237a
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -3,3 +3,5 @@
#### Improvements 🧹
#### 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)