From 4760509d65783e439384ff45e5c46d75f4cb0308 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Mon, 9 Dec 2024 11:06:15 +0000 Subject: [PATCH] Release note for #12681 --- CHANGELOG.txt | 1 + docs/releases/6.4.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7313103766..bedaeac973 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -93,6 +93,7 @@ Changelog * Maintenance: Only call `openpyxl` at runtime to improve performance for projects that do not use `ReportView`, `SpreadsheetExportMixin` and `wagtail.contrib.redirects` (Sébastien Corbin) * Maintenance: Adopt the update value `mp` instead of `mm` for 'mystery person' as the default Gravatar if no avatar found (Harsh Dange) * Maintenance: Refactor search promotions views to use generic views and templates (Sage Abdullah, Rohit Sharma) + * Maintenance: Use built-in `venv` instead of `pipenv` in CircleCI (Sage Abdullah) 6.3.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 805108025f..8d2c397dff 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -111,6 +111,7 @@ depth: 1 * Only call `openpyxl` at runtime to improve performance for projects that do not use `ReportView`, `SpreadsheetExportMixin` and `wagtail.contrib.redirects` (Sébastien Corbin) * Adopt the update value `mp` instead of `mm` for 'mystery person' as the default Gravatar if no avatar found (Harsh Dange) * Refactor search promotions views to use generic views and templates (Sage Abdullah, Rohit Sharma) + * Use built-in `venv` instead of `pipenv` in CircleCI (Sage Abdullah) ## Upgrade considerations - changes affecting all projects