From 89b5f4987b07d03e2f80c2481da6db3f83c2916a Mon Sep 17 00:00:00 2001 From: Matt Wang <matt@matthewwang.me> Date: Tue, 3 Jan 2023 14:45:54 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92376a27..f1f05fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ Changes to `main` that are *not* in the latest pre-release: - Fixed: skip nav collection generation when site has no pages by [@pdmosses] in [#1092] - Fixed: standardize SCSS with `declaration-block-no-redundant-longhand-properties` by [@simonebortolin] in [#1102] - Fixed: incorrect `padding` property value pair in `labels.scss` by [@SConaway] in [#1104] +- Fixed: various bugs with copy code button by [@simonebortolin] in [#1096] - Vendor: update `jekyll-anchor-headings`, `lunr.js` by [@mattxwang] in [#1071] - Docs: fix typo in changelog links [@koppor] in [#1000] - Docs: update homepage (focus: new features, conciseness, deduplication) by [@pdmosses] in [#1018] -- GitLab