Skip to content

Commit 9292e56

Browse files
committed
Prepare the v3.3.6 release
1 parent 3aef98b commit 9292e56

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v3.3.6] - 2023-09-15
1011
### Added
11-
12-
- A new moodle-extra coding standard which moves towards a more PSR-12 compliant coding style
12+
- A new `moodle-extra` coding standard which moves towards a more PSR-12 compliant coding style.
13+
- Enforce the use of the short array syntax (`[]`), warning about the long alternative (`array()`): `Generic.Arrays.DisallowLongArraySyntax`. This will be raised from `warning` to `error` in 1 year.
1314

1415
## [v3.3.5] - 2023-08-28
1516
### Changed
@@ -60,7 +61,8 @@ All features are maintained and no new features have been introduced to either t
6061

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

63-
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.5...main
64+
[Unreleased]: https://github.com/moodlehq/moodle-cs/compare/v3.3.6...main
65+
[v3.3.6]: https://github.com/moodlehq/moodle-cs/compare/v3.3.5...v3.3.6
6466
[v3.3.5]: https://github.com/moodlehq/moodle-cs/compare/v3.3.4...v3.3.5
6567
[v3.3.4]: https://github.com/moodlehq/moodle-cs/compare/v3.3.3...v3.3.4
6668
[v3.3.3]: https://github.com/moodlehq/moodle-cs/compare/v3.3.2...v3.3.3

0 commit comments

Comments
 (0)