From 445ad390d221b93f58fda49c9c7450ea0f697fbd Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 17 Apr 2023 18:52:52 -0700 Subject: [PATCH] Update next.md --- ci/release/changelogs/next.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index a13d94936..be5771975 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -17,7 +17,8 @@ This is the same diagram as one we shared when we announced animated SVGs, but i #### Features ๐Ÿš€ - Export diagrams to `.pptx` (PowerPoint) [#1139](https://github.com/terrastruct/d2/pull/1139) -- Customize gap size in grid diagrams with `grid-gap`, `vertical-gap`, or `horizontal-gap` [#1178](https://github.com/terrastruct/d2/issues/1178) +- Export diagrams to `.gif` [#1200](https://github.com/terrastruct/d2/pull/1200) +- Customize gap size in grid diagrams with `grid-gap`, `vertical-gap`, or `horizontal-gap` (see [docs](https://d2lang.com/tour/grid-diagrams/#gap-size)) [#1178](https://github.com/terrastruct/d2/issues/1178) - New dark theme "Dark Terrastruct Flagship" with the theme ID of `201` [#1150](https://github.com/terrastruct/d2/issues/1150) #### Improvements ๐Ÿงน