From d364a8152ef587cff6923968f252d51a78a68ce6 Mon Sep 17 00:00:00 2001 From: Matt Wang <matt@matthewwang.me> Date: Thu, 11 Aug 2022 19:35:21 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bee55266..75e9c9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Major work in progress. Please see [PR #892](https://github.com/just-the-docs/ju * Added: style fixes for jekyll-asciidoc by @alyssais in https://github.com/just-the-docs/just-the-docs/pull/829 * Added: mermaid.js support by @nascosto in https://github.com/just-the-docs/just-the-docs/pull/857 * Added: support for external navigation links by @SPGoding in https://github.com/just-the-docs/just-the-docs/pull/876 +* Added: refactor `mermaid` config to use `mermaid_config.js` include, only require `mermaid.version` in `_config.yml` by @mattxwang in https://github.com/just-the-docs/just-the-docs/pull/909 * Fixed: prepend `site.collections_dir` if exists by @alexsegura in https://github.com/just-the-docs/just-the-docs/pull/519 * Fixed: nested task lists (#517) by @pdmosses in https://github.com/just-the-docs/just-the-docs/pull/855 * Fixed: suppress Liquid processing in CSS comments by @pdmosses in https://github.com/just-the-docs/just-the-docs/pull/686 -- GitLab