From c7e3e689e7c9f50f7d5fa165a310a105d353fb4d Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 20 Jan 2023 23:43:04 +0530 Subject: [PATCH] Add release post for v4.3.2 (#9263) Merge pull request 9263 --- .../2023-01-20-jekyll-4-3-2-released.markdown | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/_posts/2023-01-20-jekyll-4-3-2-released.markdown diff --git a/docs/_posts/2023-01-20-jekyll-4-3-2-released.markdown b/docs/_posts/2023-01-20-jekyll-4-3-2-released.markdown new file mode 100644 index 00000000..cfc69ee4 --- /dev/null +++ b/docs/_posts/2023-01-20-jekyll-4-3-2-released.markdown @@ -0,0 +1,27 @@ +--- +title: 'Jekyll 4.3.2 Released' +date: 2023-01-20 23:00:00 +0530 +author: ashmaroli +version: 4.3.2 +category: release +--- + +Hello Jekyllers! + +This is a small release containing fixes for some issues that came to our attention after the +release of v4.3.1: + - Our `link` tag had a significant performance regression with the release of v4.3.0 solely due + to a change related to `Jekyll::Site#each_site_file`. The new patch restores previous performance + while maintaining the enhancements introduced in v4.3.0. + - The tables printed out on running a build with the `--profile` did not stop including the + misleading `TOTALS` row as advertised in the release-notes for v4.3.0. The row has been removed + completely now. + - `jekyll-sass-converter-3.0.0` that shipped in the interim was not happy with our blank-site + scaffolding (from running `jekyll new --blank`) having a `main.scss` stylesheet template + *import* a Sass partial *also named* `main.scss`. So the partial has been renamed to `base.scss`. + +That's about it for this release. Depending on whether you use the features patched in this release, +you may either wait for v4.4.0 (releasing in the near future) to update your Gemfile or, download +the latest release right away! :) + +Happy Jekyllin'!!