From 54f244c3f5d0c21b9af9a998c3c6f2e93e9b78da Mon Sep 17 00:00:00 2001 From: Alex Morega Date: Thu, 14 Dec 2023 15:57:21 +0200 Subject: [PATCH] Update Changelog for version 0.9 (#70) * Add pending PRs to changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6c374..e3c5e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.9] - UNRELEASED -- Nothing new yet +- [Add missing migration](https://github.com/wagtail-nest/wagtail-ab-testing/pull/65) +- [Remove outdated css file](https://github.com/wagtail-nest/wagtail-ab-testing/pull/66) +- [Set cookie path to URL of homepage](https://github.com/wagtail-nest/wagtail-ab-testing/pull/67) +- [Fix Safari JS error accessing `window.external`](https://github.com/wagtail-nest/wagtail-ab-testing/pull/68) +- [Support for Python 3.12 and Django 5.0](https://github.com/wagtail-nest/wagtail-ab-testing/pull/69) +- [Test for missing migrations](https://github.com/wagtail-nest/wagtail-ab-testing/pull/71) ## [0.8] - 2023-11-16