diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index acd76b3fc..e5c1ebdf4 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,11 +1,13 @@ #### Features ๐Ÿš€ - Many non-Latin languages (e.g. Chinese, Japanese, Korean) are usable now that multi-byte characters are measured correctly. [#817](https://github.com/terrastruct/d2/pull/817) -- Fix duplicate success logs in watch mode. [830](https://github.com/terrastruct/d2/pull/830) +- Dimensions can be set on containers (layout engine dependent). [#845](https://github.com/terrastruct/d2/pull/845) #### Improvements ๐Ÿงน -- Cleaner watch mode logs without timestamps. [830](https://github.com/terrastruct/d2/pull/830) +- 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) #### Bugfixes โ›‘๏ธ @@ -13,4 +15,4 @@ - Fixes rare compiler bug when using underscores in edges to create objects across containers. [#824](https://github.com/terrastruct/d2/pull/824) - Fixes rare possibility of rendered connections being hidden or cut off. [#828](https://github.com/terrastruct/d2/pull/828) - Creating nested children within `sql_table` and `class` shapes are now prevented (caused confusion when accidentally done). [#834](https://github.com/terrastruct/d2/pull/834) -- Fixes graph deserialization bug. [#837](https://github.com/terrastruct/d2/pull/837) \ No newline at end of file +- Fixes graph deserialization bug. [#837](https://github.com/terrastruct/d2/pull/837)