From 792167b8dbcd5a243d8ab3f40cacfa0282b417b4 Mon Sep 17 00:00:00 2001 From: "Storm B. Heg" Date: Tue, 17 Sep 2024 17:05:36 +0200 Subject: [PATCH] Link to PR in changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47cd720..93e2ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11] - [Unreleased] -- Add Wagtail 6.2 support +- [Add Wagtail 6.2 support](https://github.com/wagtail-nest/wagtail-ab-testing/pull/87) - [Drop Django 3.2 support, Add Wagtail 6.1 support](https://github.com/wagtail-nest/wagtail-ab-testing/pull/83) -- Drop support for Python 3.8 in preparation for its upcoming end of life +- [Drop support for Python 3.8 in preparation for its upcoming end of life](https://github.com/wagtail-nest/wagtail-ab-testing/pull/87) - [Fix page chooser not working](https://github.com/wagtail-nest/wagtail-ab-testing/pull/85) -- Fix a potential race condition during increment of AB test statistics when using any database besides PostgreSQL +- [Fix a potential race condition during increment of AB test statistics when using any database besides PostgreSQL](https://github.com/wagtail-nest/wagtail-ab-testing/pull/87) **Maintenance** -- Resolve several deprecation warnings in the codebase -- Switch from `setup.py` to `pyproject.toml` for package metadata -- Format the codebase with `ruff` +- [Resolve several deprecation warnings in the codebase](https://github.com/wagtail-nest/wagtail-ab-testing/pull/87) +- [Switch from `setup.py` to `pyproject.toml` for package metadata](https://github.com/wagtail-nest/wagtail-ab-testing/pull/87) +- [Format the codebase with `ruff`](https://github.com/wagtail-nest/wagtail-ab-testing/pull/87) ## [0.10] - 2024-03-22