This commit is contained in:
Alexander Wang 2025-01-28 18:02:52 -07:00
parent 598022a44f
commit 166dcceb73
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -18,6 +18,7 @@
for older D2 versions, you should remove the excess backslashes.
- Links: non-http url scheme links are supported (e.g. `x.link: vscode://file/`) [#2237](https://github.com/terrastruct/d2/issues/2237)
- Compiler: reserved keywords with missing values error instead of silently doing nothing [#2251](https://github.com/terrastruct/d2/pull/2251)
- Render: SVG outputs conform to stricter HTML standards, e.g. no duplicate ids [#2273](https://github.com/terrastruct/d2/issues/2273)
#### Bugfixes ⛑️