From c7262459713ef0b59e850a5bbbe13c20078eb950 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 29 Nov 2022 14:33:37 -0800 Subject: [PATCH] changelog: Update --- ci/release/changelogs/next.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index e669b635f..eb48251c4 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -6,9 +6,14 @@ - `stroke-dash` on shapes is now supported. [#188](https://github.com/terrastruct/d2/issues/188) - `font-color` is now supported on shapes and connections. [#215](https://github.com/terrastruct/d2/pull/215) - 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) #### Improvements 🔧 +- [install.sh](./install.sh) prints the dry run message more visibly. + [#266](https://github.com/terrastruct/d2/pull/266) + #### Bugfixes 🔴 - 3D style was missing border and other styles for its top and right faces.