From 5e0fce837f8491c87b0f1479914893786721b177 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 2 Mar 2025 10:58:40 -0700 Subject: [PATCH] next --- ci/release/changelogs/next.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index e979de270..bd797e18a 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -3,7 +3,9 @@ - Icons: connections can include icons [#12](https://github.com/terrastruct/d2/issues/12) - Syntax: `suspend`/`unsuspend` to define models and instantiate them [#2394](https://github.com/terrastruct/d2/pull/2394) - Globs: support for filtering edges based on properties of endpoint nodes (e.g., `&src.style.fill: blue`) [#2395](https://github.com/terrastruct/d2/pull/2395) -- Render: markdown, latex, and code can be used as object labels [#2204](https://github.com/terrastruct/d2/pull/2204/files) +- Render: + - markdown, latex, and code can be used as object labels [#2204](https://github.com/terrastruct/d2/pull/2204) + - `shape: c4-person` to render a person shape like what the C4 model prescribes [#2397](https://github.com/terrastruct/d2/pull/2397) #### Improvements 🧹