From fe8a0a2f544149b746ca074600b10ad24afbe161 Mon Sep 17 00:00:00 2001 From: "Storm B. Heg" Date: Sat, 14 Sep 2024 22:52:02 +0200 Subject: [PATCH] Update changelog for 0.11 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a65b3..a075cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11] - [Unreleased] +- Add Wagtail 6.2 support - [Drop Django 3.2 support, Add Wagtail 6.1 support](https://github.com/wagtail-nest/wagtail-ab-testing/pull/83) +- [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 + +**Maintenance** + +- Resolve several deprecation warnings in the codebase +- Switch from `setup.py` to `pyproject.toml` for package metadata +- Format the codebase with `black` and `ruff` ## [0.10] - 2024-03-22