d2/ci/release/changelogs/next.md
Toyam Cox 3228ae4a0d
fix builds on 32bit
If you put the uint32 type at the top instead of later, 32 bit builds

All credit @ahesford
2023-03-31 19:31:20 -04:00

11 lines
446 B
Markdown

#### Features 🚀
- Multi-board SVG outputs with internal links go to their output paths [#1116](https://github.com/terrastruct/d2/pull/1116)
#### Improvements 🧹
#### Bugfixes ⛑️
- Fix a bug in 32bit builds [#1115](https://github.com/terrastruct/d2/issues/1115)
- Fix a bug in ID parsing [#322](https://github.com/terrastruct/d2/issues/322)
- Fix a bug in watch mode parsing SVG [#1119](https://github.com/terrastruct/d2/issues/1119)