diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 96c4b0a76..ffdd95f72 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -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).