From 67ab1be220c4b9fe13849911058d2335dc2f8c0a Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 25 Jan 2023 19:24:20 +0530 Subject: [PATCH] Fix History entry for v4.3.2 --- History.markdown | 9 ++++----- docs/_docs/history.md | 10 +++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/History.markdown b/History.markdown index dfd7e1f0..32dd6f02 100644 --- a/History.markdown +++ b/History.markdown @@ -31,17 +31,16 @@ ## 4.3.2 / 2023-01-20 - * Optimize default front matter using `File.fnmatch?` (#9185) - * Remove totals in profile table properly (#9186) - * Optimize `Site#each_site_file` (#9187) - * Rename sass partial created for new blank site (#9257) - ### Bug Fixes * Backport #9257 for v4.3.x: Rename sass partial created for new blank site (#9262) * Backport #9187 for v4.3.x: Optimize `Site#each_site_file` (#9256) * Backport #9186 for v4.3.x: Remove totals in profile table properly (#9255) +### Development Fixes + + * Backport #9223 for 4.3.x: Update sass related tests for jekyll-sass-converter 3.x (#9254) + ## 4.3.1 / 2022-10-26 ### Bug Fixes diff --git a/docs/_docs/history.md b/docs/_docs/history.md index 3bed8dd8..63d462cb 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -7,11 +7,6 @@ note: This file is autogenerated. Edit /History.markdown instead. ## 4.3.2 / 2023-01-20 {: #v4-3-2} -- Optimize default front matter using `File.fnmatch?` ([#9185]({{ site.repository }}/issues/9185)) -- Remove totals in profile table properly ([#9186]({{ site.repository }}/issues/9186)) -- Optimize `Site#each_site_file` ([#9187]({{ site.repository }}/issues/9187)) -- Rename sass partial created for new blank site ([#9257]({{ site.repository }}/issues/9257)) - ### Bug Fixes {: #bug-fixes-v4-3-2} @@ -19,6 +14,11 @@ note: This file is autogenerated. Edit /History.markdown instead. - Backport [#9187]({{ site.repository }}/issues/9187) for v4.3.x: Optimize `Site#each_site_file` ([#9256]({{ site.repository }}/issues/9256)) - Backport [#9186]({{ site.repository }}/issues/9186) for v4.3.x: Remove totals in profile table properly ([#9255]({{ site.repository }}/issues/9255)) +### Development Fixes +{: #development-fixes-v4-3-2} + +- Backport [#9223]({{ site.repository }}/issues/9223) for 4.3.x: Update sass related tests for jekyll-sass-converter 3.x ([#9254]({{ site.repository }}/issues/9254)) + ## 4.3.1 / 2022-10-26 {: #v4-3-1}