Skip to content

Commit 3679d90

Browse files
authored
Prepare the v3.3.0 release (#37)
Introducing a CHANGELOG file to keep track of all modifications. It will be used when performing the releases @ github to fill-in the details there.
1 parent 0fd145e commit 3679d90

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Change log
2+
3+
All notable changes to this project will be documented in this file.
4+
This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
7+
8+
## [Unreleased]
9+
10+
## [v3.3.0] - 2023-01-13
11+
### Added
12+
- Enforce the use of `&&` and `||` logical operators, warning about `and` and `or`: `Squiz.Operators.ValidLogicalOperators`
13+
14+
### Changed
15+
- Many internal changes towards better self-testing and integration with other tools ([GH workflows](https://github.com/moodlehq/moodle-cs/actions), codechecker, core, phpunit...).
16+
- Upgraded the [PHPCompatibility standard](https://github.com/PHPCompatibility/PHPCompatibility) from 3 years old version 9.3.5 (no releases since then) to current development version.
17+
18+
### Fixed
19+
- Stop considering `class_alias` like a side effect.
20+
- Add back the `Squiz.Arrays.ArrayBracketSpacing` sniff.
21+
22+
## v3.2.0 - 2022-02-28
23+
This release is the first release of the new [moodlehq/moodle-cs](https://packagist.org/packages/moodlehq/moodle-plugin-ci) packages.
24+
25+
These rules, in an identical form, were previously available as a part of the [local_codechecker Moodle plugin](https://moodle.org/plugins/local_codechecker) but are being moved to their own repository to make installation friendlier for developers.
26+
27+
All features are maintained and no new features have been introduced to either the rules, or the sniffs.
28+
29+
All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.
30+
31+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.0...main
32+
[v3.3.0]: https://github.com/moodlehq/moodle-cs/compare/v3.2.0...v3.3.0
33+
[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)