From 5ec9bd234287fa056fa34d24a00c2480a5e9eff2 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 9 Oct 2022 11:25:50 +0200 Subject: [PATCH] [TASK] Add missing changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d5084..a6c28a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added ### Changed +- Upgrade to PHPUnit 9 and PHPCOV 8 (#610) - Convert functional test fixtures to CSV (#601) - Use typed properties instead of `@var` annotations (#599) - Return `ResponseInterface` in controller actions (#597)