Skip to content

Commit e475bde

Browse files
authored
Merge pull request #40 from stronk7/main
Prepare the v3.3.1 release
2 parents 062e43d + ece58d5 commit e475bde

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
77

88
## [Unreleased]
99

10+
## [v3.3.1] - 2023-01-19
11+
### Fixed
12+
- Updated the outdated list of valid magic methods.
13+
1014
## [v3.3.0] - 2023-01-13
1115
### Added
1216
- Enforce the use of `&&` and `||` logical operators, warning about `and` and `or`: `Squiz.Operators.ValidLogicalOperators`
@@ -28,6 +32,7 @@ All features are maintained and no new features have been introduced to either t
2832

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

31-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.0...main
35+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.1...main
36+
[v3.3.1]: https://github.com/moodlehq/moodle-cs/compare/v3.3.0...v3.3.1
3237
[v3.3.0]: https://github.com/moodlehq/moodle-cs/compare/v3.2.0...v3.3.0
3338
[Previous releases]: https://github.com/moodlehq/moodle-local_codechecker/blob/master/CHANGES.md#changes-in-version-400-20220825---welcome-moodle-cs

0 commit comments

Comments
 (0)