From 76fae8c84b809d671997c7d1bc919cedc304a004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= Date: Sun, 16 Oct 2022 05:10:38 +0200 Subject: [PATCH] [TASK] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa1a6f..5680610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## x.y.z ### Added +- Add `Build/Scripts/runTests.sh` (#634) - Add support for TYPO3 v12 (#637) ### Changed +- Migrated GitHub Action workflows to use `Build/Scripts/runTests.sh` (#634) +- Changed forks for 3rd party dev dependencies to allow installation with core v12 (#634) +- Raised v11 core version to min 11.5.4 to solve issues during min version tests (#634) - Upgrade to the testing framework v7 (#629) - Make the TCA ready for TYPO3 v12 (#625) - Upgrade to PHPUnit 9 and PHPCOV 8 (#610)