From 7e646caa75dfeb3359ab41165b0ffc0bd6679768 Mon Sep 17 00:00:00 2001 From: Matt Wang <matt@matthewwang.me> Date: Sun, 11 Sep 2022 20:32:43 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5888e32..b6856b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ All notable changes to this project are documented in this file. - Fixed: broken docs link (custom footer) by @olgarithms in https://github.com/just-the-docs/just-the-docs/pull/951 - Fixed: exclude `vendor/` in Jekyll config by @manuelhenke in https://github.com/just-the-docs/just-the-docs/pull/941 - Fixed: clarify version docs by @pdmosses in https://github.com/just-the-docs/just-the-docs/pull/955 +- Fixed: improve build time of navigation panel by @pdmosses in https://github.com/just-the-docs/just-the-docs/pull/956 - Deleted: unused script directory by @mattxwang in https://github.com/just-the-docs/just-the-docs/pull/937 ## Pre-release v0.4.0.rc1 -- GitLab