diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index ce336a3d5..d069b7b22 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,3 +1,7 @@ +Sketch mode's subtle hand-drawn texture adapts to background colors. +sketch + + #### Features ๐Ÿš€ - Dark theme support! See [https://d2lang.com/tour/themes](https://d2lang.com/tour/themes).[#613](https://github.com/terrastruct/d2/pull/613) @@ -6,6 +10,7 @@ #### Improvements ๐Ÿงน +- Sketch mode's subtle hand-drawn texture adapts to background colors. [#613](https://github.com/terrastruct/d2/pull/613) - Cleaner watch mode logs without timestamps. [#830](https://github.com/terrastruct/d2/pull/830) - Remove duplicate success logs in watch mode. [#830](https://github.com/terrastruct/d2/pull/830) - CLI reports when a feature is incompatible with layout engine, instead of silently ignoring. [#845](https://github.com/terrastruct/d2/pull/845)