From 0b878460e7b0ef4bf8e3cb2ee2bd7d3f8202b12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20HULARD?= Date: Wed, 22 Feb 2023 16:46:57 +0100 Subject: [PATCH] doc: Prepare v6.3.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b3b00..a91de7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [6.3.0] - 2023-02-22 + +- Support PHP 8.2 +- Compatibility with `phpunit/php-code-coverage` v10 +- Fix version constraint with `phpunit/php-code-coverage`, we aren't compatible + with version under v9.2… +- Fix CI matrix to test composer dependencies on lowest possible version and + highest possible version to ensure valid constraints… + ## [6.2.0] - 2022-01-24 - Support PHP 8.1