diff --git a/CHANGELOG.md b/CHANGELOG.md
index 154749bad7a3eece89de99e52b9a4843f2fd9f97..d9a93071c177a3f948115da112d69102e5d8a514 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