add changelog line for dagre fix

This commit is contained in:
Alexander Wang 2022-12-02 15:58:01 -08:00
parent 557e097a42
commit 3b7068da7d
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -49,3 +49,6 @@
- `$BROWSER` now works to open a custom browser correctly. - `$BROWSER` now works to open a custom browser correctly.
For example, to open Firefox on macOS: `BROWSER='open -aFirefox'` For example, to open Firefox on macOS: `BROWSER='open -aFirefox'`
[#311](https://github.com/terrastruct/d2/pull/311) [#311](https://github.com/terrastruct/d2/pull/311)
- Fixes numbered IDs being wrongly positioned in `dagre`
[#321](https://github.com/terrastruct/d2/issues/321). Thank you @pleshevskiy for the
report.