Fix changelog formatting

I think the `</div> </details>` at the end of the v3.0.1 release notes was being parsed as part of the last `<li>` item, resulting in `</div> </details>` being escaped. This commit should fix the issue where in the HTML output, the v3.0.1 release `<details>` included the release notes for v3.0.0, v2.3.3, etc.
This commit is contained in:
Lauren Yim 2023-05-27 16:03:43 +10:00 committed by Fini
parent f6a5fe6e22
commit 2016d5b683

View file

@ -29,6 +29,7 @@ This bugfix release handles the following issues.
* Fix Ubuntu Mono Condensed font property (upstream bug) * Fix Ubuntu Mono Condensed font property (upstream bug)
* Fix small scaling glitch for 4 Codicons * Fix small scaling glitch for 4 Codicons
* Correct CaskaydiaCove's version string (which contains the autohinter) * Correct CaskaydiaCove's version string (which contains the autohinter)
</div> </div>
</details> </details>