From 12ee7ae278b42772f2d03192a8e60508ebc3177b Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Thu, 26 Jan 2023 16:42:41 -0800 Subject: [PATCH] [ci-base] double-circle -> double-border --- ci/release/changelogs/next.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).