From ff540d2a4f82a5681826be71dfbea19db1116cae Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 22 Sep 2023 19:26:40 +0200 Subject: [PATCH] Prepare the v3.3.8 release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa37dfa..15695c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +## [v3.3.8] - 2023-09-22 +### Added +- Detect PHPUnit data provider (`@dataProvider`) declarations using `()` after the function name. + +### Fixed +- Fixed a problem with some non test files (`coverage.php`, ...) being managed as such. + ## [v3.3.7] - 2023-09-22 ### Added - Require trailing commas in multi-line arrays. @@ -75,7 +82,8 @@ All features are maintained and no new features have been introduced to either t All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log. -[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.7...main +[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.8...main +[v3.3.8]: https://github.com/moodlehq/moodle-cs/compare/v3.3.7...v3.3.8 [v3.3.7]: https://github.com/moodlehq/moodle-cs/compare/v3.3.6...v3.3.7 [v3.3.6]: https://github.com/moodlehq/moodle-cs/compare/v3.3.5...v3.3.6 [v3.3.5]: https://github.com/moodlehq/moodle-cs/compare/v3.3.4...v3.3.5