From 2bef68715ae552bce969b445ba3aa58586b7ab18 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 2 May 2023 11:21:48 -0700 Subject: [PATCH] Update next.md --- 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 9c91bbba7..a6dd73365 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -34,7 +34,7 @@ server-2.class: [base; success] #### Features ๐Ÿš€ - `class` field now accepts arrays. See [docs](https://d2lang.com/tour/classes/#multiple-classes). [#1256](https://github.com/terrastruct/d2/pull/1256) -- Pill shape is implemented with rectangles of large border radius. Thanks @Poivey ! [#1006](https://github.com/terrastruct/d2/pull/1006) +- Pill shape is implemented with rectangles of large border radius. See [docs](https://d2lang.com/tour/style/#border-radius). Thanks @Poivey ! [#1006](https://github.com/terrastruct/d2/pull/1006) #### Improvements ๐Ÿงน