d2/ci/release/changelogs/next.md
gavin-ts 9cdce24122
Merge pull request #728 from gavin-ts/seq-diagram-group-with-self-edge
sequence diagram: group overlap with self edge
2023-01-27 10:21:11 -08:00

748 B

Features 🚀

  • double-border keyword implemented. #565

  • The Dockerfile now supports rendering PNGs #594

    • There was a minor breaking change as part of this where the default working directory of the Dockerfile is now /home/debian/src instead of /root/src to allow UID remapping with fixuid.
  • d2 fmt accepts multiple files to be formatted #718

Improvements 🧹

Bugfixes ⛑️

  • Fixes groups overlapping in sequence diagrams when they end in a self loop. #728