From 3de6c589aac3602205c4b6c075f277c67f3d5bf6 Mon Sep 17 00:00:00 2001 From: Matt Wang <matt@matthewwang.me> Date: Sun, 22 Jan 2023 23:36:24 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c062fbe..3d8e020a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Changes to `main` that are *not* in the latest pre-release: - Added: new `_sass/custom/setup.scss` for variable definition by [@mattxwang] in [#1135] - Fixed: incorrect `padding` property value pair in `search.scss` by [@kevinlin1] in [#1123] - Fixed: minor spacing and comment nits by [@EricFromCanada] in [#1128] +- Fixed: exclude images from being bundled with gem by [@m-r-mccormick] in [#1142] - 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] @@ -35,12 +36,14 @@ Changes to `main` that are *not* in the latest pre-release: [#1128]: https://github.com/just-the-docs/just-the-docs/pull/1128 [#1130]: https://github.com/just-the-docs/just-the-docs/pull/1130 [#1135]: https://github.com/just-the-docs/just-the-docs/pull/1135 +[#1142]: https://github.com/just-the-docs/just-the-docs/pull/1142 [@agabrys]: https://github.com/agabrys [@codewithfan]: https://github.com/codewithfan [@diablodale]: https://github.com/diablodale [@kevinlin1]: https://github.com/kevinlin1 [@EricFromCanada]: https://github.com/EricFromCanada +[@m-r-mccormick]: https://github.com/m-r-mccormick ## Pre-release v0.4.0.rc4 -- GitLab