diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index f3c0d2a77..e5fc0495e 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,5 +1,7 @@ #### Features ๐Ÿš€ +- Export diagrams to `.pptx` (PowerPoint)[#1139](https://github.com/terrastruct/d2/pull/1139) + #### Improvements ๐Ÿงน #### Bugfixes โ›‘๏ธ diff --git a/e2etests-cli/main_test.go b/e2etests-cli/main_test.go index fbe8a7162..3bf8d24a3 100644 --- a/e2etests-cli/main_test.go +++ b/e2etests-cli/main_test.go @@ -246,7 +246,8 @@ layers: { }, }, { - name: "how_to_solve_problems_pptx", + name: "how_to_solve_problems_pptx", + skipCI: true, run: func(t *testing.T, ctx context.Context, dir string, env *xos.Env) { writeFile(t, dir, "in.d2", `how to solve a hard problem? steps: {