From 686198e2079a77518b249f811caa87a44322e5a8 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Wed, 7 Jun 2023 15:40:51 -0700 Subject: [PATCH] changelog --- ci/release/changelogs/next.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 007940101..eba1f6d1b 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,5 +1,7 @@ #### Features ๐Ÿš€ +- D2 files have the ability to import from other D2 files. See [docs](https://d2lang.com/tour/imports). [#1371](https://github.com/terrastruct/d2/pull/1371) + #### Improvements ๐Ÿงน - Use shape specific sizing for grid containers [#1294](https://github.com/terrastruct/d2/pull/1294)