From b25bc7ee05caca4021f6ba50e4309b1f8736ce16 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 12 May 2023 09:23:13 +0100 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb3ae5f..9710a5aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Fixes - PHPStorm issue output problem for tests throwing an exception before the first assertion ([#809](https://github.com/pestphp/pest/pull/809)) +- Allow traits to be covered ([#804](https://github.com/pestphp/pest/pull/804)) ### Chore - Bumps PHPUnit to `^10.1.3` ([c993252](https://github.com/pestphp/pest/commit/c99325275acf1fd3759b487b93ec50473f706709))