From e39a36f7470b7b027246e81ab5dc11042ec61b9d Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 21 Nov 2022 14:01:33 -0800 Subject: [PATCH] 2022-11-21 02:01:33PM --- ci/release/changelogs/next.md | 16 ++++++++-------- ci/release/changelogs/template.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 24c43152b..9357a3d9c 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,15 +1,15 @@ -For v0.0.99 we focused on X, Y and Z. Enjoy! +#### Features 🚀 -#### Features 💸 - -- Ability to export to PNG -- Now you can easily do x, y and z #9999 +- Ability to export to PNG. #### Improvements 🔧 -- Equivalency between flags and environment variables. You can set either one for all - options (flags take precedence). +- There is now equivalency between CLI flags and environment variables. For any option, + you can set either the flag or its equivalent environment variable (flags take + precedence). See `d2 --help` for more. +- Install script now uses `brew` for macOS machines with `brew` installed. #### Bugfixes 🔴 -- Fixes something or the other #9999 +- Labels for Image shapes in dagre and ELK are now placed above the shape, to not overlap + with the actual image. diff --git a/ci/release/changelogs/template.md b/ci/release/changelogs/template.md index 501bb82d7..b3f8fa64d 100644 --- a/ci/release/changelogs/template.md +++ b/ci/release/changelogs/template.md @@ -1,6 +1,6 @@ For v0.0.99 we focused on X, Y and Z. Enjoy! -#### Features 💸 +#### Features 🚀 - Now you can easily do x, y and z #9999