Skip to content

Commit 66d0f48

Browse files
committed
Prepare for v3.4.3 release
1 parent ab43d49 commit 66d0f48

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.3] - 2024-03-27
10+
### Added
11+
- Add new `moodle.Commenting.DocblockDescription` sniff to check that all the artifacts (classes, interfaces, traits, ...) and functions PHPDoc blocks have some description.
12+
13+
### Changed
14+
- The `moodle.Commenting.MissingDocBlock` sniff now also checks that constants are documented.
15+
16+
### Fixed
17+
- Solved a problem with file-level PHPDoc blocks not controlling the required blank lines after it.
18+
- Fixed the PHPDoc block detection when multi-line PHP 8 attributes are used in the middle.
19+
920
## [v3.4.2] - 2024-03-21
1021
### Added
1122
- Add new `moodle.Files.LangFilesOrdering` sniff to check that lang files are sorted by key.
@@ -182,7 +193,8 @@ All features are maintained and no new features have been introduced to either t
182193

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

185-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.4.2...main
196+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.4.3...main
197+
[v3.4.3]: https://github.com/moodlehq/moodle-cs/compare/v3.4.2...v3.4.3
186198
[v3.4.2]: https://github.com/moodlehq/moodle-cs/compare/v3.4.1...v3.4.2
187199
[v3.4.1]: https://github.com/moodlehq/moodle-cs/compare/v3.4.0...v3.4.1
188200
[v3.4.0]: https://github.com/moodlehq/moodle-cs/compare/v3.3.15...v3.4.0

0 commit comments

Comments
 (0)