d2/ci/release/changelogs/next.md
Anmol Sethi 0bb56a83ef
watch: Fix duplicate logs and remove timestamps
Instead we log the duration each layer's full compilation took.
2023-02-16 06:09:57 -08:00

893 B

Features 🚀

  • Many non-Latin languages (e.g. Chinese, Japanese, Korean) are usable now that multi-byte characters are measured correctly. #817
  • Fix duplicate success logs in watch mode. 830

Improvements 🧹

  • Cleaner watch mode logs without timestamps. 830

Bugfixes ⛑️

  • Fixes edge case where layouts with dagre show a connection from the bottom side of shapes being slightly disconnected from the shape. #820
  • Fixes rare compiler bug when using underscores in edges to create objects across containers. #824
  • Fixes rare possibility of rendered connections being hidden or cut off. #828