diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ff588..7672069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.7] - unreleased + +### Added + +- Test against Wagtail 6.2 ([#35](https://github.com/torchbox/wagtail-bynder/pull/36)) @nickmoreton +- Add support for Wagtail 6.3 ([#35](https://github.com/torchbox/wagtail-bynder/pull/35)) @nickmoreton + +### Changed + +- Optimisation: Only initialise view classes in `PatchWagtailURLsMiddleware` when we know they are being used as a replacement ([#36](https://github.com/torchbox/wagtail-bynder/pull/36)) @ababic ## [0.6] - 2024-07-29