From 606f84e5697b0228242e57fe0d57a0b0bb0cd131 Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Fri, 27 Jan 2023 11:59:37 -0800 Subject: [PATCH] changelog --- ci/release/changelogs/next.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 96c4b0a76..f3f7c8d95 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -6,4 +6,13 @@ #### Improvements 🧹 +- Reduces default padding of shapes. [#702](https://github.com/terrastruct/d2/pull/702) +- Ensures labels fit inside shapes with shape-specific inner bounding boxes. [#702](https://github.com/terrastruct/d2/pull/702) +- Improves package shape dimensions with short height. [#702](https://github.com/terrastruct/d2/pull/702) +- Keeps person shape from becoming too distorted. [#702](https://github.com/terrastruct/d2/pull/702) +- Ensures shapes with icons have enough padding for their labels. [#702](https://github.com/terrastruct/d2/pull/702) + #### Bugfixes ⛑️ + +- Fixed dimensions of unlabeled squares or circles with only a set width or height. [#702](https://github.com/terrastruct/d2/pull/702) +- Fixed scaling of actor shapes in sequence diagrams. [#702](https://github.com/terrastruct/d2/pull/702)