[ci-base] double-circle -> double-border

This commit is contained in:
Alexander Wang 2023-01-26 16:42:41 -08:00
parent 9b0f942c05
commit 12ee7ae278
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -1,6 +1,6 @@
#### Features 🚀
- `double-circle` keyword implemented. [#565](https://github.com/terrastruct/d2/pull/565)
- `double-border` keyword implemented. [#565](https://github.com/terrastruct/d2/pull/565)
- The [Dockerfile](./docs/INSTALL.md#docker) now supports rendering PNGs [#594](https://github.com/terrastruct/d2/issues/594)
- There was a minor breaking change as part of this where the default working directory of the Dockerfile is now `/home/debian/src` instead of `/root/src` to allow UID remapping with [`fixuid`](https://github.com/boxboat/fixuid).