From 5c213c2d77a2bca660ddcfe9de4e263d63a11455 Mon Sep 17 00:00:00 2001 From: Matt Wang <matt@matthewwang.me> Date: Tue, 27 Dec 2022 09:48:21 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a4cf5d..8b75b821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ Changes to `main` that are *not* in the latest pre-release: - Fixed: `child.child_nav_order` to `node.child_nav_order` by [@mattxwang] in [#1065] - Fixed: remove all uses of `/` as SASS division by [@mattxwang] in [#1074] - note: this was originally merged as [#1074] with a bug; it was reverted in [#1076], and then reimplemented in [#1077] +- Fixed: skip nav collection generation when site has no pages by [@pdmosses] in [#1092] - Vendor: update `jekyll-anchor-headings`, `lunr.js` by [@mattxwang] in [#1071] - Docs: fix typo in changelog links [@koppor] in [#1000] - Docs: update homepage (focus: new features, conciseness, deduplication) by [@pdmosses] in [#1018] @@ -60,6 +61,7 @@ Changes to `main` that are *not* in the latest pre-release: [#1077]: https://github.com/just-the-docs/just-the-docs/pull/1077 [#1090]: https://github.com/just-the-docs/just-the-docs/pull/1090 [#1091]: https://github.com/just-the-docs/just-the-docs/pull/1091 +[#1092]: https://github.com/just-the-docs/just-the-docs/pull/1092 [@koppor]: https://github.com/koppor [@deseo]: https://github.com/deseo -- GitLab