From 25f8361eebcc8c00f8eead84d9840cb9f867f6df Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 27 Feb 2023 11:30:24 -0800 Subject: [PATCH] changelogs/next.md: 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 3b8b87d42..57e5b1145 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -3,12 +3,14 @@ - PDF exports are now supported. [#120](https://github.com/terrastruct/d2/issues/120) - Diagram background can be styled. [#910](https://github.com/terrastruct/d2/issues/910) - 3D Hexagons are now supported. [#869](https://github.com/terrastruct/d2/issues/869) +- The arm64 docker container now supports rendering diagrams to pngs. [#917](https://github.com/terrastruct/d2/pull/917) #### Improvements 🧹 - `near` key set to sequence diagram children get an appropriate error message. [#899](https://github.com/terrastruct/d2/issues/899) - `class` and `sql_table` shape respect `font-color` styling as header font color. [#899](https://github.com/terrastruct/d2/issues/899) - SVG fits to screen by default in both watch mode and as a standalone SVG (this time with just CSS, no JS). [#725](https://github.com/terrastruct/d2/issues/725) +- Only chromium is installed when rendering png diagrams instead of also installing webkit and firefox. [#835](https://github.com/terrastruct/d2/issues/835) #### Bugfixes ⛑️