From 322fdc250ac9386d64a0d18b71d7cac87a518115 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Wed, 15 Mar 2023 18:03:48 -0700 Subject: [PATCH] changelog --- ci/release/changelogs/next.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index f51886b4b..a50801ce1 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,5 +1,6 @@ #### Features 🚀 +- New class of special themes, starting with `Terminal` [#1040](https://github.com/terrastruct/d2/pull/1040) - `style.font: mono` to use a monospaced font for the text/label [#1010](https://github.com/terrastruct/d2/pull/1010) - `border-radius` is supported for both `class` and `sql_table` shapes. [#982](https://github.com/terrastruct/d2/pull/982) - Implements `style.fill-pattern`. Currently only value supported is `dots`. [#1024](https://github.com/terrastruct/d2/pull/1024)