From 0df627058b298fce40c9ef133a539ba88eac9b25 Mon Sep 17 00:00:00 2001
From: Matt Wang <matt@matthewwang.me>
Date: Tue, 10 Jan 2023 11:25:03 -0800
Subject: [PATCH] Update CHANGELOG.md

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d4a41a7..154749ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,13 +21,16 @@ This website includes docs for some new features that are not available in `v0.4
 Changes to `main` that are *not* in the latest pre-release:
 
 - Fixed: incorrect `padding` property value pair in `search.scss` by [@kevinlin1] in [#1123]
+- Fixed: Fixes minor spacing and comment nits by [@EricFromCanada] in [#1128]
 - Docs: update `README` demo video by [@codewithfan] in [#1097]
 
 [#1097]: https://github.com/just-the-docs/just-the-docs/pull/1097
 [#1123]: https://github.com/just-the-docs/just-the-docs/pull/1123
+[#1128]: https://github.com/just-the-docs/just-the-docs/pull/1128
 
 [@codewithfan]: https://github.com/codewithfan
 [@kevinlin1]: https://github.com/kevinlin1
+[@EricFromCanada]: https://github.com/EricFromCanada
 
 ## Pre-release v0.4.0.rc4
 
-- 
GitLab