From bb88fbd56c827c7c9bae101dd772508b53ec54c7 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 14 Apr 2023 10:50:16 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-10.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog-10.1.md b/ChangeLog-10.1.md index f212f136dde..f13d427f030 100644 --- a/ChangeLog-10.1.md +++ b/ChangeLog-10.1.md @@ -2,6 +2,13 @@ All notable changes of the PHPUnit 10.1 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [10.1.1] - 2023-MM-DD + +### Fixed + +* Tests that have `#[DoesNotPerformAssertions]` (or `@doesNotPerformAssertions`) do not contribute to code coverage +* `#[DoesNotPerformAssertions]` (and `@doesNotPerformAssertions`) is only interpreted on the method level, not on the class level + ## [10.1.0] - 2023-04-14 ### Added @@ -44,4 +51,5 @@ All notable changes of the PHPUnit 10.1 release series are documented in this fi * `PHPUnit\TextUI\Configuration\Configuration::coverageExcludeDirectories()` (use `sourceExcludeDirectories()` instead) * `PHPUnit\TextUI\Configuration\Configuration::coverageExcludeFiles()` (use `sourceExcludeFiles()` instead) +[10.1.1]: https://github.com/sebastianbergmann/phpunit/compare/10.1.0...10.1 [10.1.0]: https://github.com/sebastianbergmann/phpunit/compare/10.0.19...10.1.0