From dffcb274cda1f0d5357f5ead35a0fa8557819e27 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Fri, 27 Jan 2023 11:06:35 -0800 Subject: [PATCH] next.md: Document layers/scenarios/steps --- ci/release/changelogs/next.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 17f4ec3db..8f0cadb4e 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -6,6 +6,10 @@ - `d2 fmt` accepts multiple files to be formatted [#718](https://github.com/terrastruct/d2/issues/718) +- You can now use the reserved keywords `layers`/`scenarios`/`steps` to define diagrams + with multiple levels of abstractions. [#714](https://github.com/terrastruct/d2/pull/714) + Docs to come soon + #### Improvements 🧹 #### Bugfixes ⛑️