From 2e48a7e6b1b53448bf99f5539ab4158b6b572af0 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Tue, 27 Sep 2022 09:55:17 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca600ed..f362ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,12 +24,14 @@ Changes to `main` that are *not* in the latest pre-release: - Fixed: HTML validation issues (W3C validator) by [@mattxwang] in [#964] - Fixed: link styling now uses `text-decoration` values by [@mattxwang] in [#967] - Fixed: cleaning up Jekyll excludes by [@pdmosses] in [#985] +- Fixed: docs, narrow styling for code highlighting with line numbers by [@pdmosses] in [#974] [#965]: https://github.com/just-the-docs/just-the-docs/pull/965 [#960]: https://github.com/just-the-docs/just-the-docs/pull/960 [#962]: https://github.com/just-the-docs/just-the-docs/pull/962 [#964]: https://github.com/just-the-docs/just-the-docs/pull/964 [#967]: https://github.com/just-the-docs/just-the-docs/pull/967 +[#974]: https://github.com/just-the-docs/just-the-docs/pull/974 [#980]: https://github.com/just-the-docs/just-the-docs/pull/980 [#985]: https://github.com/just-the-docs/just-the-docs/pull/985