Skip to content

Commit 9ec28ac

Browse files
committed
Prepare the v3.3.4 release
1 parent 2abe44c commit 9ec28ac

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
77

88
## [Unreleased]
9+
10+
## [v3.3.4] - 2023-05-28
911
### Changed
1012
- Update composer dependencies to current versions, notably PHPCompatibility (70e4ca24).
1113

14+
### Added
15+
- Various internal, code coverage related, improvements.
16+
- Add GHA PHP 8.2 support.
17+
- Upload and integrate the repository with [Codecov](https://about.codecov.io), for better tracking of changes.
18+
- Completely cover the MoodleUtil class, in charge of providing important
19+
information about Moodle (versions, branches, components...)
20+
1221
## [v3.3.3] - 2023-03-14
1322
### Removed
1423
- Revert the check for the only one-space rule before the assignment operator @ `Squiz.WhiteSpace.OperatorSpacing` as an interim solution while we revisit [MDLSITE-6594](https://tracker.moodle.org/browse/MDLSITE-6594).
@@ -42,7 +51,8 @@ All features are maintained and no new features have been introduced to either t
4251

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

45-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.3...main
54+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.4...main
55+
[v3.3.4]: https://github.com/moodlehq/moodle-cs/compare/v3.3.3...v3.3.4
4656
[v3.3.3]: https://github.com/moodlehq/moodle-cs/compare/v3.3.2...v3.3.3
4757
[v3.3.2]: https://github.com/moodlehq/moodle-cs/compare/v3.3.1...v3.3.2
4858
[v3.3.1]: https://github.com/moodlehq/moodle-cs/compare/v3.3.0...v3.3.1

0 commit comments

Comments
 (0)