Skip to content

Commit 89ff0ac

Browse files
committedJul 4, 2024··
Prepare for v3.4.10 release
1 parent 5f0d1f2 commit 89ff0ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
77

88
## [Unreleased]
9+
## [v3.4.10] - 2024-07-04
910
### Changed
1011
- The `moodle.NamingConventions.ValidFunctionName` sniff will now ignore errors on methods employing the `#[\Override]` attribute.
1112
- The `moodle.Commenting.MissingDocblock` sniff no longer warns about missing docs on non-global anonymous classes, for example those written as an instance class in a unit test.
1213

1314
### Fixed
1415
- Fixed an edge case leading to the file phpdoc block being incorrectly detected by various sniffs.
16+
- Fixed a couple of problems with the `moodle.Files.BoilerplateComment` related to empty comment lines and to comments in the `<?php` open tag line.
1517

1618
## [v3.4.9] - 2024-06-19
1719
### Fixed
@@ -240,7 +242,8 @@ All features are maintained and no new features have been introduced to either t
240242

241243
All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.
242244

243-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.4.9...main
245+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.4.10...main
246+
[v3.4.10]: https://github.com/moodlehq/moodle-cs/compare/v3.4.9...v3.4.10
244247
[v3.4.9]: https://github.com/moodlehq/moodle-cs/compare/v3.4.8...v3.4.9
245248
[v3.4.8]: https://github.com/moodlehq/moodle-cs/compare/v3.4.7...v3.4.8
246249
[v3.4.7]: https://github.com/moodlehq/moodle-cs/compare/v3.4.6...v3.4.7

0 commit comments

Comments
 (0)
Please sign in to comment.