From 5e7a481258e376e6c7b2bdbae472ed5f1e72d650 Mon Sep 17 00:00:00 2001
From: Matt Wang <matt@matthewwang.me>
Date: Fri, 13 Jan 2023 15:59:06 -0800
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 154749ba..d9a93071 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,13 +21,18 @@ 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]
+- Fixed: minor spacing and comment nits by [@EricFromCanada] in [#1128]
 - Docs: update `README` demo video by [@codewithfan] in [#1097]
+- Docs: update "View Typography Utilities" link by [@agabrys] in [#1130]
+- Docs: fix broken relative page links by [@mattxwang] in [#1106]
 
 [#1097]: https://github.com/just-the-docs/just-the-docs/pull/1097
+[#1106]: https://github.com/just-the-docs/just-the-docs/pull/1106
 [#1123]: https://github.com/just-the-docs/just-the-docs/pull/1123
 [#1128]: https://github.com/just-the-docs/just-the-docs/pull/1128
+[#1130]: https://github.com/just-the-docs/just-the-docs/pull/1130
 
+[@agabrys]: https://github.com/agabrys
 [@codewithfan]: https://github.com/codewithfan
 [@kevinlin1]: https://github.com/kevinlin1
 [@EricFromCanada]: https://github.com/EricFromCanada
-- 
GitLab