d2/ci/release/changelogs/next.md

8 lines
431 B
Markdown
Raw Normal View History

2024-04-18 02:48:55 +00:00
Hotfix for 0.6.4 breaking plugins, along with 2 other compiler bugfixes.
2022-11-15 00:53:57 +00:00
#### Bugfixes ⛑️
2024-04-16 05:10:50 +00:00
- Fix executable plugins that implement standalone router [#1910](https://github.com/terrastruct/d2/pull/1910)
- Fix compiler error with multiple nested spread substitutions [#1913](https://github.com/terrastruct/d2/pull/1913)
2024-04-17 22:55:39 +00:00
- Fix substitutions from imports into different scopes [#1914](https://github.com/terrastruct/d2/pull/1914)