diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index c221c8128..f3c0d2a77 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -2,6 +2,4 @@ #### Improvements 🧹 -- Improves compiler's tooltip URL check. [#1390](https://github.com/terrastruct/d2/pull/1390) - #### Bugfixes ⛑️ diff --git a/ci/release/changelogs/v0.5.1.md b/ci/release/changelogs/v0.5.1.md new file mode 100644 index 000000000..782907b97 --- /dev/null +++ b/ci/release/changelogs/v0.5.1.md @@ -0,0 +1,5 @@ +This is a hotfix to 0.5.0, imports weren't working on Windows. + +#### Improvements 🧹 + +- Improves compiler's tooltip URL check. [#1390](https://github.com/terrastruct/d2/pull/1390)