diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index e0e144b98..e67ce0d0d 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -39,3 +39,8 @@ As usual, many improvements and bug fixes accompany this release. D2 0.5 produce - Prevent empty block strings [#1364](https://github.com/terrastruct/d2/pull/1364) - Fixes `dagre` mis-aligning a nested shape's connection [#1370](https://github.com/terrastruct/d2/pull/1370) - Fixes a bug in grids sometimes putting a shape on the next row/column [#1380](https://github.com/terrastruct/d2/pull/1380) + +#### Breaking changes + +- `@xyz` is now reserved as a pattern for imports. If you previously had a key that started like that, it must either be renamed or quoted like `"@xyz"`. +- Likewise with `...@xyz` (spread operator import)