Update CHANGELOG.md

This commit is contained in:
Matt Wang 2022-12-31 00:59:17 -08:00 committed by GitHub
parent 551398f92f
commit 9e553b3486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ Changes to `main` that are *not* in the latest pre-release:
- Fixed: remove all uses of `/` as SASS division by [@mattxwang] in [#1074]
- note: this was originally merged as [#1074] with a bug; it was reverted in [#1076], and then reimplemented in [#1077]
- 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]
- 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]
@ -64,6 +65,7 @@ Changes to `main` that are *not* in the latest pre-release:
[#1091]: https://github.com/just-the-docs/just-the-docs/pull/1091
[#1092]: https://github.com/just-the-docs/just-the-docs/pull/1092
[#1095]: https://github.com/just-the-docs/just-the-docs/pull/1095
[#1102]: https://github.com/just-the-docs/just-the-docs/pull/1102
[@koppor]: https://github.com/koppor
[@deseo]: https://github.com/deseo