From 39a990364ded5d57e0241de166a407ec8903f42e Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Wed, 30 Nov 2022 14:34:33 -0800 Subject: [PATCH] changelog: Update --- 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 685665e2f..69a87f0b4 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -11,6 +11,8 @@ - Querying shapes and connections by ID is now supported in renders. [#218](https://github.com/terrastruct/d2/pull/218) - [install.sh](./install.sh) now accepts `-d` as an alias for `--dry-run`. [#266](https://github.com/terrastruct/d2/pull/266) +- `-b/--bundle` flag to `d2` now works and bundles all image assets directly as base64 + data urls. [#278](https://github.com/terrastruct/d2/pull/278) #### Improvements 🔧