This commit is contained in:
Alexander Wang 2024-12-14 22:13:39 -07:00
parent 9de283cd38
commit a8c93f6f27
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -13,6 +13,7 @@
- This is a breaking change. Previously Latex blocks required escaping the backslash. So - This is a breaking change. Previously Latex blocks required escaping the backslash. So
for older D2 versions, you should remove the excess backslashes. 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) - 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)
#### Bugfixes ⛑️ #### Bugfixes ⛑️