From 945cb866f43b3a30b2f62580fe84286839c3f5f1 Mon Sep 17 00:00:00 2001
From: Matt Wang <matt@matthewwang.me>
Date: Sun, 23 Oct 2022 20:38:09 -0700
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 617b0ae1..9e3f1dfb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,12 +23,15 @@ Changes to `main` that are *not* in the latest pre-release:
 - Fixed: incorrect disambiguation in generated TOCs by [@pdmosses] in [#999]
 - Fixed: typo in changelog links [@koppor] in [#1000]
 - Fixed: duplicated external links in collections by [@pdmosses] in [#1001]
+- Fixed: import order of `custom.scss`; puts at end by [@deseo] in [#1010]
 
 [#999]: https://github.com/just-the-docs/just-the-docs/pull/999
 [#1000]: https://github.com/just-the-docs/just-the-docs/pull/1000
 [#1001]: https://github.com/just-the-docs/just-the-docs/pull/1001
+[#1010]: https://github.com/just-the-docs/just-the-docs/pull/1010
 
 [@koppor]: https://github.com/koppor
+[@deseo]: https://github.com/deseo
 
 ## Pre-release v0.4.0.rc3
 
-- 
GitLab