From 69ad71d469fdf63b0c7a29bf5102d4c504c356c8 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 25 Mar 2025 10:09:01 -0600 Subject: [PATCH] next --- ci/release/changelogs/next.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index f3ee2da8a..902660519 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -15,6 +15,8 @@ - Watch mode ignores backup files (e.g. files created by certain editors like Helix). [#2131](https://github.com/terrastruct/d2/issues/2131) - Compiler: - `link`s can be set to root path, e.g. `/xyz`. [#2357](https://github.com/terrastruct/d2/issues/2357) +- Parser: + - impose max key length. It's almost certainly a mistake if an ID gets too long, e.g. missing quotes [#2465](https://github.com/terrastruct/d2/pull/2465) - Render: - horizontal padding added for connection labels [#2461](https://github.com/terrastruct/d2/pull/2461)